ProvideToolboxItemDiscoveryAttribute.AppDomainCreatorType Property

Definition

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.

Applies to