IEnumToolboxItems Members
Include Protected Members
Include Inherited Members
Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems methods of the IVsToolbox and IVsToolbox2 interfaces.
The IEnumToolboxItems type exposes the following members.
Methods
Name
Description
Clones this IEnumToolboxItems interface by creating another instance.
Retrieves the next group of data object interfaces (IDataObject) representing toolbox items.
Returns the enumerator to its initial state.
Skip over a specified number of IDataObject interfaces representing toolbox items.
Top