IVsEnumLayerMarkers 接口

定义

枚举层标记的集合。

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(1)>]
type IVsEnumLayerMarkers = interface
Public Interface IVsEnumLayerMarkers
属性

方法

GetCount(Int32)

枚举序列中层标记的总计数。

Next(IVsTextLayerMarker)

检索枚举序列中的下一个文本层标记。

Reset()

将枚举序列重置到开头。

适用于