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 that is used to create and unload the application domain that is passed to CreateItemDiscovery(AppDomain).

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 application domain that implements IToolboxItemDiscovery.

Applies to