Compartilhar via


Interface IOverviewMarkTag

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

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

Sintaxe

'Declaração
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

O tipo IOverviewMarkTag expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública MarkKindName Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

Superior

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Tagging