







Specifies text to append to the PromptBuilder object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub AppendText ( _ textToSpeak As String _ ) |
| Visual Basic (Usage) |
|---|
Dim instance As PromptBuilder Dim textToSpeak As String instance.AppendText(textToSpeak) |
| C# |
|---|
public void AppendText( string textToSpeak ) |
Parameters
- textToSpeak
- Type: System..::..String
A string containing the text to be spoken.
