GrammarBuilder::Addition Operator (GrammarBuilder^, String^)
.NET Framework (current version)
Creates a new GrammarBuilder that contains a GrammarBuilder followed by a phrase.
Assembly: System.Speech (in System.Speech.dll)
Parameters
- builder
-
Type:
System.Speech.Recognition::GrammarBuilder^
The first grammar element.
- phrase
-
Type:
System::String^
The second grammar element, which represents a sequence of words.
Return Value
Type: System.Speech.Recognition::GrammarBuilder^Returns a GrammarBuilder for the sequence of the builder parameter followed by the phrase parameter.
GrammarBuilder supports conversions from the following classes.
This method accepts the objects listed above for the builder parameter. For more information, see the Implicit operators.
.NET Framework
Available since 3.0
Available since 3.0
Show: