Share via


OverviewMarkTag.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
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

Property Value

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

Implements

IOverviewMarkTag.MarkKindName

.NET Framework Security

See Also

Reference

OverviewMarkTag Class

Microsoft.VisualStudio.Text.Tagging Namespace