Freigeben über


ITestIterationResult.CreateSharedStepResult-Methode

Erstellt ein neues Ergebnis eines freigegebenen Schritts und gibt dieses zurück.

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

Syntax

'Declaration
Function CreateSharedStepResult ( _
    actionId As Integer, _
    sharedStepId As Integer _
) As ISharedStepResult
ISharedStepResult CreateSharedStepResult(
    int actionId,
    int sharedStepId
)
ISharedStepResult^ CreateSharedStepResult(
    int actionId, 
    int sharedStepId
)
abstract CreateSharedStepResult : 
        actionId:int * 
        sharedStepId:int -> ISharedStepResult
function CreateSharedStepResult(
    actionId : int, 
    sharedStepId : int
) : ISharedStepResult

Parameter

  • actionId
    Typ: Int32

    Die numerische ID für die Testaktion.

  • sharedStepId
    Typ: Int32

    Die numerische ID des freigegebenen Schritts.

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Ein neues Ergebnis eines freigegebenen Schritts.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestIterationResult Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ISharedStepResult