Sdílet prostřednictvím


SrgsSemanticInterpretationTag Konstruktory

Definice

Vytvoří instanci objektu SrgsSemanticInterpretationTag třídy.

Přetížení

SrgsSemanticInterpretationTag()

Vytvoří instanci objektu SrgsSemanticInterpretationTag třídy.

SrgsSemanticInterpretationTag(String)

Vytvoří instanci třídy SrgsSemanticInterpretationTag a určí obsah skriptu značky.

SrgsSemanticInterpretationTag()

Vytvoří instanci objektu SrgsSemanticInterpretationTag třídy.

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

Poznámky

Tento konstruktor vytvoří sémantickou značku interpretace, Script jejíž vlastnost obsahuje prázdný řetězec.

Platí pro

SrgsSemanticInterpretationTag(String)

Vytvoří instanci třídy SrgsSemanticInterpretationTag a určí obsah skriptu značky.

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)

Parametry

script
String

Řetězec, který obsahuje ECMAScript pro značku.

Výjimky

script je null.

Poznámky

Tento konstruktor vytvoří značku sémantické interpretace, Script jejíž vlastnost je nastavena na hodnotu v script .

Platí pro