IVsEnumLayerMarkers Interface

Definition

Enumerates a collection of layer markers.

public interface class IVsEnumLayerMarkers
public interface class IVsEnumLayerMarkers
__interface IVsEnumLayerMarkers
[System.Runtime.InteropServices.Guid("8F591607-2A26-4A9D-A6C5-147C2E51E895")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumLayerMarkers
[System.Runtime.InteropServices.Guid("8F591607-2A26-4A9D-A6C5-147C2E51E895")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumLayerMarkers
[<System.Runtime.InteropServices.Guid("8F591607-2A26-4A9D-A6C5-147C2E51E895")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumLayerMarkers = interface
[<System.Runtime.InteropServices.Guid("8F591607-2A26-4A9D-A6C5-147C2E51E895")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumLayerMarkers = interface
Public Interface IVsEnumLayerMarkers
Attributes

Methods

GetCount(Int32)

Total count of layer markers in the enumeration sequence.

Next(IVsTextLayerMarker)

Retrieves the next text layer marker in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to