ActivityCollection::Contains Method (Activity^)
.NET Framework (current version)
Provides a test for membership of the Activity in the ICollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The Activity being tested for membership.
Return Value
Type: System::Booleantrue 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
Available since 3.0
Show: