Condividi tramite


Proprietà OverviewMarkTag.MarkKindName

Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MarkKindName As String
public string MarkKindName { get; }
public:
virtual property String^ MarkKindName {
    String^ get () sealed;
}
abstract MarkKindName : string with get 
override MarkKindName : string with get
final function get MarkKindName () : String

Valore proprietà

Tipo: String
The name of the EditorFormatDefinition whose background color is used to draw the mark.

Implementa

IOverviewMarkTag.MarkKindName

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OverviewMarkTag Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging