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 class IToolboxItemCreator

NameDescription
System_CAPS_pubmethodCreateToolboxItem(String^, AssemblyName^, IEnumerable<KeyValuePair<String^, String^>>^, IEnumerable<KeyValuePair<String^, String^>>^)

Creates a toolbox item from the specified type.

System_CAPS_pubmethodGetItemInfo(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.

Return to top
Show: