Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCollectionChangeAction Enumeration

 
Note: This API is now obsolete.

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.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum class ActivityCollectionChangeAction

Member nameDescription
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.

System_CAPS_noteNote

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
Return to top
Show:
© 2017 Microsoft