OverviewMarkTag Constructor (String^)

 

Initializes a new instance of an OverviewMarkTag.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
OverviewMarkTag(
	String^ markKindName
)

Parameters

markKindName
Type: System::String^

The kind of mark.

Return to top
Show: