IVsEnumLayerMarkers 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举层标记的集合。
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() |
将枚举序列重置到开头。 |