Share via


ITestIterationResult.CreateStepResult Method

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

'Declaration
Function CreateStepResult ( _
    actionId As Integer _
) As ITestStepResult
ITestStepResult CreateStepResult(
    int actionId
)
ITestStepResult^ CreateStepResult(
    int actionId
)
abstract CreateStepResult : 
        actionId:int -> ITestStepResult
function CreateStepResult(
    actionId : int
) : ITestStepResult

Parameters

  • actionId
    Type: Int32

    The numeric ID for the test action.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestStepResult
A new test step result.

.NET Framework Security

See Also

Reference

ITestIterationResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace