OverviewMarkTag(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.