ActivityCollectionChangeAction 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Add | 0 | 与向 < |
| Remove | 1 | 对应于从中Activity移除的ActivityCollection枚举器。 |
| Replace | 2 | 与替换 Activity in 中的 ActivityCollection枚举器相对应的枚举器。 |
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的