IToolboxItemCreator Interface
Visual Studio 2015
Creates new toolbox items and supplies information about existing toolbox items.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateToolboxItem(String^, AssemblyName^, IEnumerable<KeyValuePair<String^, String^>>^, IEnumerable<KeyValuePair<String^, String^>>^) | Creates a toolbox item from the specified type. |
![]() | GetItemInfo(IDataObject^) | Returns information about a control installed on the toolbox. |
Implemented by packages and supplied from ItemCreator. Packages deriving from Package supply this object through the itemCreatorType argument to ProvideToolboxItemDiscoveryAttribute.
Show:
