SpeechSynthesizer.SpeakAsyncCancel(Prompt) 方法

定义

取消一个排队的提示的异步合成操作。

public:
 void SpeakAsyncCancel(System::Speech::Synthesis::Prompt ^ prompt);
public void SpeakAsyncCancel (System.Speech.Synthesis.Prompt prompt);
member this.SpeakAsyncCancel : System.Speech.Synthesis.Prompt -> unit
Public Sub SpeakAsyncCancel (prompt As Prompt)

参数

prompt
Prompt

内容中移除调用操作。

注解

还可以使用此方法取消以下操作的异步朗语音操作:

调用 SpeechSynthesizer.SpeakAsyncSpeechSynthesizer.SpeakAsyncSpeakSsmlAsync时,System.Speech 会创建一个 Prompt 对象,并使用方法的 参数的内容填充该对象,并返回 该 Prompt 对象。 如果保留返回Prompt的 的副本,则可以将其传递到 以SpeakAsyncCancel取消 在 或 PromptBuilder 对象中指定的String朗语内容。

适用于