IToolboxItemCreator Interface
Creates new toolbox items and supplies information about existing toolbox items.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface IToolboxItemCreator
public interface IToolboxItemCreator
public interface class IToolboxItemCreator
type IToolboxItemCreator = interface end
public interface IToolboxItemCreator
The IToolboxItemCreator type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateToolboxItem | Creates a toolbox item from the specified type. | |
GetItemInfo | Returns information about a control installed on the toolbox. |
Top
Remarks
Implemented by packages and supplied from ItemCreator. Packages deriving from Package supply this object through the itemCreatorType argument to ProvideToolboxItemDiscoveryAttribute.