SpeechSynthesizer.GetCurrentlySpokenPrompt 方法

定義

取得 SpeechSynthesizer 正在讀出的提示。

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

傳回

目前正在讀出的提示物件。

範例

適用於