Freigeben über


IOverviewMarkTag-Schnittstelle

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

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
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

Der IOverviewMarkTag-Typ macht die folgenden Member verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft MarkKindName Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.VisualStudio.Text.Tagging-Namespace