Share via


IToolboxItemDiscoveryFactory.AppDomainCreator Property

Gets the object that is used to create and unload the application domain that is passed to CreateItemDiscovery.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
ReadOnly Property AppDomainCreator As IToolboxAppDomainControl
IToolboxAppDomainControl AppDomainCreator { get; }
property IToolboxAppDomainControl^ AppDomainCreator {
    IToolboxAppDomainControl^ get ();
}
abstract AppDomainCreator : IToolboxAppDomainControl with get
function get AppDomainCreator () : IToolboxAppDomainControl

Property Value

Type: Microsoft.VisualStudio.Shell.IToolboxAppDomainControl

Remarks

This value of this property can be null if you do not need to set any specific parameters for application domain creation.

This property can be accessed on a background thread.

.NET Framework Security

See Also

Reference

IToolboxItemDiscoveryFactory Interface

Microsoft.VisualStudio.Shell Namespace