IEnumToolboxItems Interface
Visual Studio 2015
Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems methods of the IVsToolbox and IVsToolbox2 interfaces.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumToolboxItems) | Clones this IEnumToolboxItems interface by creating another instance. |
![]() | Next(UInt32, IDataObject[], UInt32) | Retrieves the next group of data object interfaces (IDataObject) representing toolbox items. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of IDataObject interfaces representing toolbox items. |
Show:
