TextMarkerTag(String) Constructor

Definition

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

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

Parameters

type
String

The type of text marker to use.

Exceptions

type is null.

Applies to