ISharedStepHelper.Find (Método) (Int32)

Recupera un paso de prueba compartido desde el servidor.

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

Sintaxis

'Declaración
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
    Identificador para el paso compartido solicitado.

Valor devuelto

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
El objeto ISharedStep solicitado.

Seguridad de .NET Framework

Vea también

Referencia

ISharedStepHelper Interfaz

Find (Sobrecarga)

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

ISharedStep