WorkflowCompletedEventArgs 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

提供 WorkflowCompleted 事件的資料。

public ref class WorkflowCompletedEventArgs : System::Workflow::Runtime::WorkflowEventArgs
public class WorkflowCompletedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowCompletedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
type WorkflowCompletedEventArgs = class
    inherit WorkflowEventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompletedEventArgs = class
    inherit WorkflowEventArgs
Public Class WorkflowCompletedEventArgs
Inherits WorkflowEventArgs
繼承
WorkflowCompletedEventArgs
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

當工作流程完成時,工作流程執行引擎會將 WorkflowCompleted 事件發生。 工作流程執行引擎會將工作流程的所有輸出參數傳送到一個 WorkflowCompletedEventArgs。 這些包括 out 工作流程的參數 ref

屬性

名稱 Description
OutputParameters
已淘汰.

從工作流程中取得輸出。

WorkflowDefinition
已淘汰.

在工作流程實例完成時,會得到 Activity 代表工作流程定義的 。

WorkflowInstance
已淘汰.

取得與工作流程事件相關的工作流程實例。

(繼承來源 WorkflowEventArgs)

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於