Share via


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

返回

当前正在朗读的提示对象。

示例

适用于