IVsEnumSelectedSymbols Interface
Visual Studio 2015
Enumerator for groups of selected symbols. The enumerator returns an array of IVsSelectedSymbol interfaces.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumSelectedSymbols) | Creates a clone of the interface. |
![]() | Next(UInt32, IVsSelectedSymbol[], UInt32) | Returns the next one or more selected symbols represented by IVsSelectedSymbol interfaces. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skips a given number of items. |
Show:
