IToolboxItemCreator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |