Condividi tramite


Proprietà IOverviewMarkTag.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
ReadOnly Property MarkKindName As String
string MarkKindName { get; }
property String^ MarkKindName {
    String^ get ();
}
abstract MarkKindName : string with get
function get MarkKindName () : String

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IOverviewMarkTag Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging