ActivityCollection::Remove Method (Activity^)

 

Removes the activity specified in the call from the ICollection.

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

public:
bool Remove(
	Activity^ item
)

Parameters

item
Type: System.Workflow.ComponentModel::Activity^

The activity to remove from the ICollection.

Return Value

Type: System::Boolean

true if the operation succeeded; otherwise, false.

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