IVsTextMarkerColorSet 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许标记类型确定其他标记类型是否共享同一颜色集。
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) |
确定与特定标记类型关联的颜色集。 |