ProvideToolboxItemDiscoveryAttribute.AppDomainCreatorType 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 or sets the type of the IToolboxAppDomainControl implementation.
public:
property Type ^ AppDomainCreatorType { Type ^ get(); void set(Type ^ value); };
public:
property Platform::Type ^ AppDomainCreatorType { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type AppDomainCreatorType { get; set; }
member this.AppDomainCreatorType : Type with get, set
Public Property AppDomainCreatorType As Type
Property Value
Remarks
Set this property if you want control over the application domain creation parameters for the application domain in which your IToolboxItemDiscovery implementation is created.