共用方式為


IOverviewMarkTag 介面

Provides the information needed to render a mark in the overview margin.

命名空間:  Microsoft.VisualStudio.Text.Tagging
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Public Interface IOverviewMarkTag _
    Inherits ITag
public interface IOverviewMarkTag : ITag
public interface class IOverviewMarkTag : ITag
type IOverviewMarkTag =  
    interface 
        interface ITag 
    end
public interface IOverviewMarkTag extends ITag

IOverviewMarkTag 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 MarkKindName Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

回頁首

請參閱

參考

Microsoft.VisualStudio.Text.Tagging 命名空間