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

对应于从 Activity 中移除 ActivityCollection 的操作的枚举数。

Replace 2

对应于替换 Activity 中的 ActivityCollection 的操作的枚举数。

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

适用于