ToolboxItemCreator Class
Visual Studio 2015
Represents a toolbox item creator.
Assembly: Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
| Name | Description | |
|---|---|---|
![]() | ToolboxItemCreator(IServiceProvider^) | Initializes a new instance of the ToolboxItemCreator. |
| Name | Description | |
|---|---|---|
![]() | CreateToolboxItem(String^, AssemblyName^, IEnumerable<KeyValuePair<String^, String^>>^, IEnumerable<KeyValuePair<String^, String^>>^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetItemInfo(IDataObject^) | Called when the Visual Studio shell has found toolboxItem installed on the toolbox, but it can't read the content of this DataObject and does not know to which item in the list view on "Choose items" dialog this one corresponds. It reads the display strings from this data object in order for the dialog to match them to those in the list box. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

