IOverviewMarkTag, interface

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

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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

Le type IOverviewMarkTag expose les membres suivants.

Propriétés

  Nom Description
Propriété publique MarkKindName Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

Début

Voir aussi

Référence

Microsoft.VisualStudio.Text.Tagging, espace de noms