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.

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:
© 2017 Microsoft