TextMarkerTag Constructor (String^)

 

Initializes a new instance of a TextMarkerTag of the given type.

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

public:
TextMarkerTag(
	String^ type
)

Parameters

type
Type: System::String^

The type of text marker to use.

Exception Condition
ArgumentNullException

type is null.

Return to top
Show: