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)

property IToolboxAppDomainControl^ AppDomainCreator {
	IToolboxAppDomainControl^ get();
}

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.

Return to top
Show: