IToolboxItemDiscoveryFactory.AppDomainCreator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object which is used to create and unload the appdomain that is passed to CreateItemDiscovery.
public:
property Microsoft::VisualStudio::Shell::IToolboxAppDomainControl ^ AppDomainCreator { Microsoft::VisualStudio::Shell::IToolboxAppDomainControl ^ get(); };
public:
property Microsoft::VisualStudio::Shell::IToolboxAppDomainControl ^ AppDomainCreator { Microsoft::VisualStudio::Shell::IToolboxAppDomainControl ^ get(); };
public Microsoft.VisualStudio.Shell.IToolboxAppDomainControl AppDomainCreator { get; }
member this.AppDomainCreator : Microsoft.VisualStudio.Shell.IToolboxAppDomainControl
Public ReadOnly Property AppDomainCreator As IToolboxAppDomainControl
Property Value
Remarks
This may be null if you don't need to set any specific parameters for appdomain creation.
This property may be accessed on a background thread.