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.
TestActionResultCollection::IndexOf Method (Int32)
Searches for a test action result that has the specified action ID and returns the zero-based index of the first occurrence in the entire collection.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- actionId
-
Type:
System::Int32
The action ID for the desired test action result.
Return Value
Type: System::Int32The zero-based index of the first occurrence of the desired test action result in the whole collection.
Show: