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)

property String^ MarkKindName {
	String^ get();
}

Property Value

Type: System::String^

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

Return to top
Show: