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.

TestActionCollection::IndexOf Method (Int32)

 

Searches for the specified test action and returns the zero-based index of the first occurrence in the whole collection.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
int IndexOf(
	int actionId
)

Parameters

actionId
Type: System::Int32

An ITestAction object.

Return Value

Type: System::Int32

The zero-based index of the first occurrence in the whole collection.

Return to top
Show: