GrammarBuilder::Append Method (String^)

 

Appends a phrase to the current sequence of grammar elements.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
void Append(
	String^ phrase
)

Parameters

phrase
Type: System::String^

The sequence of words to append.

phrase is added to the end of the current sequence of elements.

.NET Framework
Available since 3.0
Return to top
Show: