SrgsSemanticInterpretationTag Konstruktorer

Definition

Skapar en instans av SrgsSemanticInterpretationTag klassen.

Överlagringar

Name Description
SrgsSemanticInterpretationTag()

Skapar en instans av SrgsSemanticInterpretationTag klassen.

SrgsSemanticInterpretationTag(String)

Skapar en instans av SrgsSemanticInterpretationTag klassen och anger skriptinnehållet i taggen.

SrgsSemanticInterpretationTag()

Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs

Skapar en instans av SrgsSemanticInterpretationTag klassen.

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

Kommentarer

Den här konstruktorn skapar en semantisk tolkningstagg vars Script egenskap innehåller en tom sträng.

Gäller för

SrgsSemanticInterpretationTag(String)

Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs
Källa:
SrgsSemanticInterpretationTag.cs

Skapar en instans av SrgsSemanticInterpretationTag klassen och anger skriptinnehållet i taggen.

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)

Parametrar

script
String

En sträng som innehåller ECMAScript för taggen.

Undantag

script är null.

Kommentarer

Den här konstruktorn skapar en semantisk tolkningstagg vars Script egenskap är inställd på värdet i script.

Gäller för