ISharedStepResult.GetSharedStep Method ()

 

Returns the associated shared step definition from the server.

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

Syntax

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

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

The associated shared step.

See Also

ISharedStep
ISharedStepResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top