ActivityCollectionChangeAction 列舉

定義

警告

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

代表列舉可允許的動作,這些動作可以在 ActivityCollection 上執行,它通常代表 CompositeActivity 所有子活動的集合。

public enum class ActivityCollectionChangeAction
public enum ActivityCollectionChangeAction
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum ActivityCollectionChangeAction
type ActivityCollectionChangeAction = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityCollectionChangeAction = 
Public Enum ActivityCollectionChangeAction
繼承
ActivityCollectionChangeAction
屬性

欄位

Add 0

列舉值,對應到將新的 Activity 加入至 ActivityCollection

Remove 1

列舉值,對應到將 ActivityActivityCollection 移除。

Replace 2

列舉值,對應到取代 Activity 中的 ActivityCollection

備註

注意

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

適用於