Share via


GrammarBuilder.Append Method (String)

Appends a string to the current GrammarBuilder.

Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Sub Append ( _
    phrase As String _
)
public void Append (
    string phrase
)
public:
void Append (
    String^ phrase
)
public void Append (
    String phrase
)
public function Append (
    phrase : String
)

Parameters

  • phrase
    A valid instance of System.String used to construct a new instance of GrammarBuilder object to be appended to the current GrammarBuilder object.

Remarks

The logic of each element appended to a GrammarBuilder is applied by recognition engines in the order in which it was appended.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

GrammarBuilder Class
GrammarBuilder Members
Microsoft.Speech.Recognition Namespace