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)

public:
property String^ MarkKindName {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

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

Return to top
Show: