Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the result for the given test action.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestActionResult FindActionResult(
ITestAction action
)
ITestActionResult^ FindActionResult(
ITestAction^ action
)
abstract FindActionResult :
action:ITestAction -> ITestActionResult
Function FindActionResult (
action As ITestAction
) As ITestActionResult
Parameters
action
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionThe ITestAction for which to return action results.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionResult
The result for the given test action.
See Also
ITestAction
ITestIterationResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top