SpeakStartedEventArgs 类

定义

SpeakStarted 事件返回通知。

public ref class SpeakStartedEventArgs : System::Speech::Synthesis::PromptEventArgs
public class SpeakStartedEventArgs : System.Speech.Synthesis.PromptEventArgs
type SpeakStartedEventArgs = class
    inherit PromptEventArgs
Public Class SpeakStartedEventArgs
Inherits PromptEventArgs
继承

注解

当 对象引发 事件时SpeechSynthesizer,会创建 的SpeakStarted实例SpeakStartedEventArgs。 当SpeechSynthesizer它开始使用任何 SpeakSpeakAsync、 或 SpeakSsmlAsync 方法发出提示时,SpeakSsml将引发 SpeakStarted 事件。

SpeakStartedEventArgs 没有属性,并且不从 SpeakStarted 事件返回数据。 提供它是为了使应用程序作者能够编写 SpeakStarted 事件的事件处理程序。

属性

Cancelled

获取一个值,该值指示异步操作是否已被取消。

(继承自 AsyncCompletedEventArgs)
Error

获取一个值,该值指示异步操作期间发生的错误。

(继承自 AsyncCompletedEventArgs)
Prompt

获取与事件关联的提示。

(继承自 PromptEventArgs)
UserState

获取异步任务的唯一标识符。

(继承自 AsyncCompletedEventArgs)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
RaiseExceptionIfNecessary()

如果异步操作失败,则引发用户提供的异常。

(继承自 AsyncCompletedEventArgs)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于