IVsEnumLineMarkers Interface

Definition

Enumerates a collection of line markers.

public interface class IVsEnumLineMarkers
public interface class IVsEnumLineMarkers
__interface IVsEnumLineMarkers
[System.Runtime.InteropServices.Guid("35E981F1-77EF-4343-AAA1-8741F38627A2")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumLineMarkers
[System.Runtime.InteropServices.Guid("35E981F1-77EF-4343-AAA1-8741F38627A2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumLineMarkers
[<System.Runtime.InteropServices.Guid("35E981F1-77EF-4343-AAA1-8741F38627A2")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumLineMarkers = interface
[<System.Runtime.InteropServices.Guid("35E981F1-77EF-4343-AAA1-8741F38627A2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumLineMarkers = interface
Public Interface IVsEnumLineMarkers
Attributes

Notes to Callers

Call this interface to enumerate a collection of line markers.

Methods

GetCount(Int32)

Returns the total count of line markers in the enumeration sequence.

Next(IVsTextLineMarker)

Retrieves the next line marker in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to