Freigeben über


ITestIterationResult.CreateStepResult-Methode

Erstellt ein neues Testschrittergebnis und gibt dieses zurück.

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

Parameter

  • actionId
    Typ: Int32

    Die numerische ID für die Testaktion.

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestStepResult
Ein neues Testschrittergebnis.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestIterationResult Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace