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)

適用於