IVsEnumNavInfoNodes Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumNavInfoNodes^) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(UInt32, array<IVsNavInfoNode^>^, UInt32) | Retrieves a specified number of node items in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning of the sequence. |
![]() | Skip(UInt32) | Skips over a specified number of node items in the enumeration sequence. |
Show:
