IToolboxItemDiscoveryFactory.AppDomainCreator Property

Definition

Gets the object that is used to create and unload the application domain that is passed to CreateItemDiscovery(AppDomain).

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.

Applies to