다음을 통해 공유


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

‘선언
ReadOnly Property AppDomainCreator As IToolboxAppDomainControl
IToolboxAppDomainControl AppDomainCreator { get; }

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