ActivityCollection::IndexOf Method (Activity^)
.NET Framework (current version)
Gets the index of the Activity in the ICollection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The activity for which to acquire the index.
Return Value
Type: System::Int32The index of the Activity in the ICollection. Otherwise -1 (if Activity is not in the ICollection).
This collection is type-safe. A run-time exception will be raised if an item is not of type Activity.
.NET Framework
Available since 3.0
Available since 3.0
Show: