XpsSerializationCompletedEventArgs 类

定义

public ref class XpsSerializationCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class XpsSerializationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type XpsSerializationCompletedEventArgs = class
    inherit AsyncCompletedEventArgs
Public Class XpsSerializationCompletedEventArgs
Inherits AsyncCompletedEventArgs
继承
XpsSerializationCompletedEventArgs

构造函数

XpsSerializationCompletedEventArgs(Boolean, Object, Exception)

初始化 XpsSerializationCompletedEventArgs 类的新实例。

属性

Cancelled

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

(继承自 AsyncCompletedEventArgs)
Error

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

(继承自 AsyncCompletedEventArgs)
UserState

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

(继承自 AsyncCompletedEventArgs)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
RaiseExceptionIfNecessary()

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

(继承自 AsyncCompletedEventArgs)
ToString()

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

(继承自 Object)

适用于