ITestIterationResult.CreateStepResult Method (Int32)
Creates and returns a new test step result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestStepResult CreateStepResult(
int actionId
)
ITestStepResult^ CreateStepResult(
int actionId
)
abstract CreateStepResult :
actionId:int -> ITestStepResult
Function CreateStepResult (
actionId As Integer
) As ITestStepResult
Parameters
actionId
Type: System.Int32The numeric ID for the test action.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestStepResult
A new test step result.
See Also
ITestIterationResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top