Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.