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)

Syntax

'Declaration
Public Interface IToolboxItemDiscoveryFactory
public interface IToolboxItemDiscoveryFactory
public interface class IToolboxItemDiscoveryFactory
type IToolboxItemDiscoveryFactory =  interface end
public interface IToolboxItemDiscoveryFactory

The IToolboxItemDiscoveryFactory type exposes the following members.

Properties

  Name Description
Public property AppDomainCreator Gets the object that is used to create and unload the application domain that is passed to CreateItemDiscovery.
Public property ItemCreator Gets the object that is used to create new toolbox items and get information about existing toolbox items.

Top

Methods

  Name Description
Public method CreateItemDiscovery Creates an object in the given application domain that implements IToolboxItemDiscovery.

Top

See Also

Reference

Microsoft.VisualStudio.Shell Namespace