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
- sharedStepId
Tipo: System.Int32
- revision
Tipo: System.Int32
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.