IEnumComponents Interface
Visual Studio 2015
Enumerates the components in a component picker.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumComponents) | Clones the current enumeration component. |
![]() | Next(UInt32, VSCOMPONENTSELECTORDATA[], UInt32) | Retrieves a specified number of items in an enumeration sequence. |
![]() | Reset() | Resets an enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips a specified number of components in an enumeration sequence. |
An enumerator is a COM object that provides an interface for iterating through items in a collection. Use this interface to enumerate the components in a component picker, such as the Add Reference dialog box.
Notes to Implementers:
IEnumComponents interface enumerates components to populate your own custom tab in a component picker.
Show:
