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

 

Gets the index of the Activity in the ICollection.

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

public:
int IndexOf(
	Activity^ item
)

Parameters

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

The activity for which to acquire the index.

Return Value

Type: System::Int32

The 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
Return to top
Show:
© 2017 Microsoft