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::Contains Method (Activity^)

 

Provides a test for membership of the Activity in the ICollection.

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

public:
bool Contains(
	Activity^ item
)

Parameters

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

The Activity being tested for membership.

Return Value

Type: System::Boolean

true if the Activity belongs to the ICollection; otherwise, false.

This ICollection is type-safe. A run-time exception is raised if the item is not of type Activity.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft