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.

ITestIterationResult::FindActionResult Method (ITestAction^)

 

Returns the result for the given test action.

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

ITestActionResult^ FindActionResult(
	ITestAction^ action
)

Parameters

action
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestAction^

The ITestAction for which to return action results.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestActionResult^

The result for the given test action.

Return to top
Show: