IVsEnumLayerMarkers Interface
Enumerates a collection of layer markers.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("8F591607-2A26-4A9D-A6C5-147C2E51E895")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumLayerMarkers
[GuidAttribute("8F591607-2A26-4A9D-A6C5-147C2E51E895")]
[InterfaceTypeAttribute()]
public interface IVsEnumLayerMarkers
[GuidAttribute(L"8F591607-2A26-4A9D-A6C5-147C2E51E895")]
[InterfaceTypeAttribute()]
public interface class IVsEnumLayerMarkers
[<GuidAttribute("8F591607-2A26-4A9D-A6C5-147C2E51E895")>]
[<InterfaceTypeAttribute()>]
type IVsEnumLayerMarkers = interface end
public interface IVsEnumLayerMarkers
The IVsEnumLayerMarkers type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCount | Total count of layer markers in the enumeration sequence. | |
Next | Retrieves the next text layer marker in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
Top