IToolboxItemDiscoveryFactory Interface

 

Creates various objects required for integration with the Choose Toolbox Items dialog.

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

public interface IToolboxItemDiscoveryFactory

NameDescription
System_CAPS_pubpropertyAppDomainCreator

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

System_CAPS_pubpropertyItemCreator

Gets the object that is used to create new toolbox items and get information about existing toolbox items.

NameDescription
System_CAPS_pubmethodCreateItemDiscovery(AppDomain)

Creates an object in the given application domain that implements IToolboxItemDiscovery.

Return to top
Show: