IVsTextMarkerColorSet 接口

定义

允许标记类型确定其他标记类型是否共享同一颜色集。

public interface class IVsTextMarkerColorSet
public interface class IVsTextMarkerColorSet
__interface IVsTextMarkerColorSet
[System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextMarkerColorSet
[<System.Runtime.InteropServices.Guid("93373F76-DF07-46DB-9415-1772069F60A4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextMarkerColorSet = interface
Public Interface IVsTextMarkerColorSet
属性

注解

GetMarkerColors中使用的信息 DrawGlyphWithColors 允许标记类型确定另一个标记类型是否正在使用相同的颜色集。

调用方说明

调用以确定标记类型的前景色和背景色。

方法

GetMarkerColors(Int32, UInt32, UInt32)

确定与特定标记类型关联的颜色集。

适用于