ActivityCollectionChangeAction Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Represents an enumeration of the permissible actions which may be performed on an ActivityCollection, which typically represents the collection of all child activities of a CompositeActivity.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Add | The enumerator corresponding to adding a new Activity to the ActivityCollection. | |
| Remove | The enumerator corresponding to removing an Activity from the ActivityCollection. | |
| Replace | The enumerator corresponding to replacing an Activity in the ActivityCollection. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
