IToolboxItemDiscoveryFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |