IVsEnumStreamMarkers Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a collection of stream markers.
public interface class IVsEnumStreamMarkers
public interface class IVsEnumStreamMarkers
__interface IVsEnumStreamMarkers
[System.Runtime.InteropServices.Guid("06E27359-6FEE-4CCC-9E8B-AFC20C0F662A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumStreamMarkers
[System.Runtime.InteropServices.Guid("06E27359-6FEE-4CCC-9E8B-AFC20C0F662A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumStreamMarkers
[<System.Runtime.InteropServices.Guid("06E27359-6FEE-4CCC-9E8B-AFC20C0F662A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumStreamMarkers = interface
[<System.Runtime.InteropServices.Guid("06E27359-6FEE-4CCC-9E8B-AFC20C0F662A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumStreamMarkers = interface
Public Interface IVsEnumStreamMarkers
- Attributes
Notes to Callers
Call this interface to enumerate a collection of line markers.
Methods
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. |