ProvideToolboxItemDiscoveryAttribute::AppDomainCreatorType Property

 

Gets or sets the type of the IToolboxAppDomainControl implementation.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Type^ AppDomainCreatorType {
	[CompilerGeneratedAttribute]
	Type^ get();
	[CompilerGeneratedAttribute]
	void set(Type^ value);
}

Property Value

Type: System::Type^

Set this property if you want control over the application domain creation parameters for the application domain in which your IToolboxItemDiscovery implementation is created.

Return to top
Show: