IVsEnumStreamMarkers Interface
Visual Studio 2015
Enumerates a collection of stream markers.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetCount(Int32) | Returns the total count of stream markers in the enumeration sequence. |
![]() | Next(IVsTextStreamMarker) | Retrieves the next stream marker in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
Notes to Callers:
Call this interface to enumerate a collection of line markers.
Show:
