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)
'Декларация
Public Interface IToolboxItemCreator
public interface IToolboxItemCreator
The IToolboxItemCreator type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CreateToolboxItem | Creates a toolbox item from the specified type. |
![]() |
GetItemInfo | Returns information about a control installed on the toolbox. |
Top
Implemented by packages and supplied from ItemCreator. Packages deriving from Package supply this object through the itemCreatorType argument to ProvideToolboxItemDiscoveryAttribute.