Compartilhar via


Método ISharedStepHelper.Find (Int32, Int32)

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

Segurança do .NET Framework

Consulte também

Referência

ISharedStepHelper Interface

Sobrecargas Find

Namespace Microsoft.TeamFoundation.TestManagement.Client