Share via


ProvideToolboxItemDiscoveryAttribute.AppDomainCreatorType Property

Gets or sets the type of the IToolboxAppDomainControl implementation.

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

Syntax

'Declaration
Public Property AppDomainCreatorType As Type
public Type AppDomainCreatorType { get; set; }
public:
property Type^ AppDomainCreatorType {
    Type^ get ();
    void set (Type^ value);
}
member AppDomainCreatorType : Type with get, set
function get AppDomainCreatorType () : Type 
function set AppDomainCreatorType (value : Type)

Property Value

Type: Type

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.

.NET Framework Security

See Also

Reference

ProvideToolboxItemDiscoveryAttribute Class

Microsoft.VisualStudio.Shell Namespace