Partilhar via


Método ITestIterationResult.CreateSharedStepResult

Cria e retorna um novo resultado da etapa compartilhada.

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

Sintaxe

'Declaração
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
    A ID numérica para a ação de teste.
  • sharedStepId
    Tipo: System.Int32
    A identificação numérica da etapa compartilhada.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
Um novo resultado da etapa compartilhada.

Segurança do .NET Framework

Consulte também

Referência

ITestIterationResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ISharedStepResult