IVsEnumLibraries2 Interface
Visual Studio 2015
Enumerates symbol libraries.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumLibraries2) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(UInt32, IVsLibrary2[], UInt32) | Retrieves a specified number of libraries in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips over a specified number of libraries in the enumeration sequence. |
Show:
