| ServiceLocatorCurrent Property |
The current ambient container.
Namespace: Microsoft.Practices.ServiceLocationAssembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public static IServiceLocator Current { get; }
Public Shared ReadOnly Property Current As IServiceLocator
Get
public:
static property IServiceLocator^ Current {
IServiceLocator^ get ();
}
static member Current : IServiceLocator with get
Property Value
Type:
IServiceLocatorSee Also