IEnumToolboxItems Interface

 

Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems methods of the IVsToolbox and IVsToolbox2 interfaces.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface IEnumToolboxItems

NameDescription
System_CAPS_pubmethodClone(IEnumToolboxItems)

Clones this IEnumToolboxItems interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IDataObject[], UInt32)

Retrieves the next group of data object interfaces (IDataObject) representing toolbox items.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of IDataObject interfaces representing toolbox items.

Return to top
Show: