Compartir a través de


ITestIterationResult.CreateSharedStepResult (Método)

Crea y devuelve un nuevo resultado de paso compartido.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

Parámetros

  • actionId
    Tipo: System.Int32
    Identificador numérico para la acción de prueba.
  • sharedStepId
    Tipo: System.Int32
    Identificador numérico del paso compartido.

Valor devuelto

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Un nuevo resultado de paso compartido.

Seguridad de .NET Framework

Vea también

Referencia

ITestIterationResult Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

ISharedStepResult