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.
ITestBase::FindAction Method (Int32)
Returns the specified action from the Actions property by using the given ID number.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- id
-
Type:
System::Int32
An int that specifies the identifier for the action.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestAction^The index of the action in the Actions collection.
Show: