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::IList<Activity^>::IndexOf Method (Activity^)
Determines the index of a specific item in the IList.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- item
-
Type:
System.Workflow.ComponentModel::Activity^
The object to locate in the IList.
Implements
IList<T>::IndexOf(T)If an object occurs multiple times in the list, the IndexOf method always returns the first instance found.
.NET Framework
Available since 3.0
Available since 3.0
Show: