This documentation is archived and is not being maintained.
ActivityCollectionChangeAction Enumeration
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: