IToolboxItemDiscoveryFactory.AppDomainCreator Property
Gets the object that is used to create and unload the application domain that is passed to CreateItemDiscovery.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
ReadOnly Property AppDomainCreator As IToolboxAppDomainControl
IToolboxAppDomainControl AppDomainCreator { get; }
property IToolboxAppDomainControl^ AppDomainCreator {
IToolboxAppDomainControl^ get ();
}
abstract AppDomainCreator : IToolboxAppDomainControl with get
function get AppDomainCreator () : IToolboxAppDomainControl
Property Value
Type: Microsoft.VisualStudio.Shell.IToolboxAppDomainControl
Remarks
This value of this property can be null if you do not need to set any specific parameters for application domain creation.
This property can be accessed on a background thread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.