Share via


IOverviewMarkTag.MarkKindName Property

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

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

Syntax

'Declaration
ReadOnly Property MarkKindName As String
string MarkKindName { get; }
property String^ MarkKindName {
    String^ get ();
}
abstract MarkKindName : string with get
function get MarkKindName () : String

Property Value

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

.NET Framework Security

See Also

Reference

IOverviewMarkTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace