Freigeben über


SrgsSemanticInterpretationTag Konstruktoren

Definition

Erstellt eine Instanz der SrgsSemanticInterpretationTag-Klasse.

Überlädt

Name Beschreibung
SrgsSemanticInterpretationTag()

Erstellt eine Instanz der SrgsSemanticInterpretationTag-Klasse.

SrgsSemanticInterpretationTag(String)

Erstellt eine Instanz der SrgsSemanticInterpretationTag Klasse, die den Skriptinhalt des Tags angibt.

SrgsSemanticInterpretationTag()

Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs

Erstellt eine Instanz der SrgsSemanticInterpretationTag-Klasse.

public:
 SrgsSemanticInterpretationTag();
public SrgsSemanticInterpretationTag();
Public Sub New ()

Hinweise

Dieser Konstruktor erstellt ein Semantikinterpretationstag, dessen Script Eigenschaft eine leere Zeichenfolge enthält.

Gilt für:

SrgsSemanticInterpretationTag(String)

Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs
Quelle:
SrgsSemanticInterpretationTag.cs

Erstellt eine Instanz der SrgsSemanticInterpretationTag Klasse, die den Skriptinhalt des Tags angibt.

public:
 SrgsSemanticInterpretationTag(System::String ^ script);
public SrgsSemanticInterpretationTag(string script);
new System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag : string -> System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag
Public Sub New (script As String)

Parameter

script
String

Eine Zeichenfolge, die das ECMAScript für das Tag enthält.

Ausnahmen

script ist null.

Hinweise

Dieser Konstruktor erstellt ein Semantikinterpretationstag, dessen Script Eigenschaft auf den Wert in scriptfestgelegt ist.

Gilt für: