Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sharedStepId
Type: System.Int32ID of the shared step.
revision
Type: System.Int32Revision of the shared step.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
See Also
Find Overload
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top