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

与向 <a0/> 添加新项相对应的枚举器。

Remove 1

对应于从中Activity移除的ActivityCollection枚举器。

Replace 2

与替换 Activity in 中的 ActivityCollection枚举器相对应的枚举器。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

适用于