ISharedStepHelper.Find – metoda (Int32, Int32)
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
Parametry
- sharedStepId
Typ: System.Int32
- revision
Typ: System.Int32
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.