TextMarkerTag Constructor (String^)
Visual Studio 2015
Initializes a new instance of a TextMarkerTag of the given type.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- type
-
Type:
System::String^
The type of text marker to use.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
Show: