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

戻り値

現在読み上げ中の prompt オブジェクト。

適用対象