IToolboxItemDiscoveryFactory Interface

Definition

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

public interface class IToolboxItemDiscoveryFactory
public interface class IToolboxItemDiscoveryFactory
__interface IToolboxItemDiscoveryFactory
public interface IToolboxItemDiscoveryFactory
type IToolboxItemDiscoveryFactory = interface
Public Interface IToolboxItemDiscoveryFactory

Remarks

Implemented by packages and passed as an argument to IVsToolboxItemDiscoveryRegistrar.RegisterItemDiscovery. Packages deriving from Microsoft.VisualStudio.Shell.Package get this behavior by default from their base class. In that case, the behavior of the object is controlled by parameters provided to ProvideToolboxItemDiscoveryAttribute.

Properties

AppDomainCreator

Gets the object which is used to create and unload the appdomain that is passed to CreateItemDiscovery.

ItemCreator

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

Methods

CreateItemDiscovery(AppDomain)

Creates an object in the given appdomain that implements IToolboxItemDiscovery.

Applies to