Compartilhar via


Método ISharedStepHelper.Find

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

'Declaração
Function Find ( _
    sharedStepId As Integer _
) As ISharedStep
ISharedStep Find(
    int sharedStepId
)
ISharedStep^ Find(
    int sharedStepId
)
abstract Find : 
        sharedStepId:int -> ISharedStep 
function Find(
    sharedStepId : int
) : ISharedStep

Parâmetros

  • sharedStepId
    Tipo: System.Int32
    O identificador para a etapa compartilhada solicitada.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Os solicitados ISharedStep objeto.

Segurança do .NET Framework

Consulte também

Referência

ISharedStepHelper Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ISharedStep