Share via


OverviewMarkTag(String) Constructor

Definition

Initializes a new instance of a OverviewMarkTag of the specified kind.

public:
 OverviewMarkTag(System::String ^ markKindName);
public:
 OverviewMarkTag(Platform::String ^ markKindName);
 OverviewMarkTag(std::wstring const & markKindName);
public OverviewMarkTag (string markKindName);
new Microsoft.VisualStudio.Text.Tagging.OverviewMarkTag : string -> Microsoft.VisualStudio.Text.Tagging.OverviewMarkTag
Public Sub New (markKindName As String)

Parameters

markKindName
String

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

Applies to