TextMarkerTag(String) Konstruktor

Definition

Initialisiert eine neue Instanz eines TextMarkerTag mit dem angegebenen Typ.

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)

Parameter

type
String

Der zu verwendende Textmarkierungstyp.

Ausnahmen

type ist NULL.

Gilt für