ProvideToolboxItemDiscoveryAttribute.AppDomainCreatorType Property
Gets or sets the type of the IToolboxAppDomainControl implementation.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Property AppDomainCreatorType As Type
public Type AppDomainCreatorType { get; set; }
Property Value
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.