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 shared test 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
)
ISharedStep^ Find(
int sharedStepId
)
abstract Find :
sharedStepId:int -> ISharedStep
Function Find (
sharedStepId As Integer
) As ISharedStep
Parameters
sharedStepId
Type: System.Int32The identifier for the requested shared step.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
The requested ISharedStep object.
See Also
ISharedStep
Find Overload
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top