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.
ActivityCollection::Remove Method (Activity^)
.NET Framework (current version)
Removes the activity specified in the call from the ICollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The activity to remove from the ICollection.
This ICollection is type safe. A run-time exception is raised if an item is not of type Activity.
.NET Framework
Available since 3.0
Available since 3.0
Show: