Compartilhar via


Método ISharedStepHelper.Find (Int32)

 

Recupera uma etapa de teste compartilhado no servidor.

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

Sintaxe

ISharedStep Find(
    int sharedStepId
)
ISharedStep^ Find(
    int sharedStepId
)
abstract Find : 
        sharedStepId:int -> ISharedStep
Function Find (
    sharedStepId As Integer
) As ISharedStep

Parâmetros

  • sharedStepId
    Type: System.Int32

    O identificador da etapa compartilhada solicitado.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

A solicitação ISharedStep objeto.

Consulte também

ISharedStep
Find Sobrecarga
Interface ISharedStepHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo