Share via


IToolboxItemCreator Interface

Definition

Creates new toolbox items and supplies information about existing toolbox items.

public interface class IToolboxItemCreator
public interface class IToolboxItemCreator
__interface IToolboxItemCreator
public interface IToolboxItemCreator
type IToolboxItemCreator = interface
Public Interface IToolboxItemCreator
Derived

Remarks

Implemented by packages and supplied from IToolboxItemDiscoveryFactory.ItemCreator. Packages deriving from Microsoft.VisualStudio.Shell.Package supply this object via the itemCreatorType argument to ProvideToolboxItemDiscoveryAttribute.

Methods

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.

Applies to