Share via


ISharedStepHelper.Find Method (Int32, Int32)

 

Retrieves a single shared step from the server.

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

Syntax

ISharedStep Find(
    int sharedStepId,
    int revision
)
ISharedStep^ Find(
    int sharedStepId,
    int revision
)
abstract Find : 
        sharedStepId:int *
        revision:int -> ISharedStep
Function Find (
    sharedStepId As Integer,
    revision As Integer
) As ISharedStep

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

See Also

Find Overload
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top