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
屬性

欄位

名稱 Description
Add 0

該列舉子對應於新增 ActivityActivityCollection

Remove 1

對應於從 中移除 的ActivityActivityCollection枚舉子。

Replace 2

對應於替換 的ActivityActivityCollection枚舉子。

備註

Note

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

適用於