IVsTextMarkerColorSet 接口

允许标记类型确定其他标记类型是否共享设置的相同颜色。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("93373F76-DF07-46DB-9415-1772069F60A4")> _
Public Interface IVsTextMarkerColorSet
[InterfaceTypeAttribute()]
[GuidAttribute("93373F76-DF07-46DB-9415-1772069F60A4")]
public interface IVsTextMarkerColorSet
[InterfaceTypeAttribute()]
[GuidAttribute(L"93373F76-DF07-46DB-9415-1772069F60A4")]
public interface class IVsTextMarkerColorSet
[<InterfaceTypeAttribute()>]
[<GuidAttribute("93373F76-DF07-46DB-9415-1772069F60A4")>]
type IVsTextMarkerColorSet =  interface end
public interface IVsTextMarkerColorSet

IVsTextMarkerColorSet 类型公开以下成员。

方法

  名称 说明
公共方法 GetMarkerColors 确定颜色设置与特定标记类型。

页首

备注

GetMarkerColors 的信息用于 DrawGlyphWithColors允许使用标记类型确定其他标记类型是否使用设置的相同颜色。

对调用者的说明

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

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间