Condividi tramite


Metodo ITestIterationResult.CreateSharedStepResult

Crea e restituisce un nuovo risultato del passo condiviso.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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

Parametri

  • actionId
    Tipo: Int32

    ID numerico dell'azione di test.

  • sharedStepId
    Tipo: Int32

    ID numerico del passo condiviso.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Nuovo risultato del passo condiviso.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestIterationResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ISharedStepResult