RemovedActivityAction 類別

定義

警告

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

表示建議將 Activity 從執行中工作流程執行個體內的 CompositeActivity 中移除。

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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

建構函式

RemovedActivityAction()

初始化 RemovedActivityAction 類別的新執行個體。

RemovedActivityAction(Int32, Activity, CompositeActivity)

初始化 RemovedActivityAction 類別的新執行個體。

屬性

OriginalRemovedActivity

取得要移除之原始 Activity 的執行個體。

OwnerActivityDottedPath

取得或設定與這個執行個體建立關聯 CompositeActivityOwnerActivityDottedPath

(繼承來源 ActivityChangeAction)
RemovedActivityIndex

以父代 ActivityActivities 集合,取得所移除 CompositeActivity 的索引。

方法

ApplyTo(Activity)

在衍生類別中覆寫時,將變更套用至根 Activity

(繼承來源 WorkflowChangeAction)
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)
ValidateChanges(Activity)

驗證目標活動上暫止的變更。

(繼承來源 ActivityChangeAction)

適用於