Condividi tramite


Metodo ITestIterationResult.CreateSharedStepResult

Crea e restituisce un nuovo risultato di un 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: System.Int32
    L'ID numerico per l'azione di test.
  • sharedStepId
    Tipo: System.Int32
    L'ID numerico del passo condiviso.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Un nuovo risultato di un passo condiviso.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestIterationResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ISharedStepResult