This documentation is archived and is not being maintained.
ActivityCollectionChangeAction Enumeration
Visual Studio 2008
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. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: