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.

ITestBase::FindAction Method (Int32)

 

Returns the specified action from the Actions property by using the given ID number.

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

ITestAction^ FindAction(
	int id
)

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.

Return to top
Show: