Compartilhar via


Método ITestIterationResult.CreateSharedStepResult (Int32, Int32)

 

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

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

Parâmetros

  • actionId
    A identificação numérica para a ação de teste.
  • sharedStepId
    A identificação numérica da etapa compartilhada.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult

Um novo resultado da etapa compartilhada.

Consulte também

ISharedStepResult
Interface ITestIterationResult
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo