Share via


ISharedStepReference.FindSharedStep Method ()

 

Returns the shared step definition from the server.

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

Syntax

ISharedStep FindSharedStep()
ISharedStep^ FindSharedStep()
abstract FindSharedStep : unit -> ISharedStep
Function FindSharedStep As ISharedStep

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

The associated shared step definition.

See Also

ISharedStep
ISharedStepReference Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top