Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExtensionContext object used to manipulate the inner state of the container.
Namespace: Microsoft.Practices.Unity
Assembly: Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)
Syntax
'Declaration
Protected ReadOnly Property Context As ExtensionContext
protected ExtensionContext Context { get; }
protected:
property ExtensionContext^ Context {
ExtensionContext^ get ();
}
protected function get Context () : ExtensionContext