ProvideToolboxItemDiscoveryAttribute::AppDomainCreatorType Property
Visual Studio 2015
Gets or sets the type of the IToolboxAppDomainControl implementation.
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.
Show: