SpeechSynthesizer.GetCurrentlySpokenPrompt Method

Definition

Gets the prompt that the SpeechSynthesizer is speaking.

public:
 System::Speech::Synthesis::Prompt ^ GetCurrentlySpokenPrompt();
public System.Speech.Synthesis.Prompt GetCurrentlySpokenPrompt ();
member this.GetCurrentlySpokenPrompt : unit -> System.Speech.Synthesis.Prompt
Public Function GetCurrentlySpokenPrompt () As Prompt

Returns

The prompt object that is currently being spoken.

Examples

Applies to