PromptEventArgs 类

定义

表示在 System.Speech.Synthesis 命名空间中 EventArgs 类的基类。

public ref class PromptEventArgs abstract : System::ComponentModel::AsyncCompletedEventArgs
public abstract class PromptEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type PromptEventArgs = class
    inherit AsyncCompletedEventArgs
Public MustInherit Class PromptEventArgs
Inherits AsyncCompletedEventArgs
继承
派生

属性

Cancelled

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

(继承自 AsyncCompletedEventArgs)
Error

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

(继承自 AsyncCompletedEventArgs)
Prompt

获取与事件关联的提示。

UserState

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

(继承自 AsyncCompletedEventArgs)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
RaiseExceptionIfNecessary()

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

(继承自 AsyncCompletedEventArgs)
ToString()

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

(继承自 Object)

适用于