共用方式為


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 命名空間