Delen via


ITestCase.GetReferencedSharedStep Method (Int32)

Return the shared step referenced by the test case. Returns null if the shared step corresponding to sharedStepId is not referenced by the test case.

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

Syntax

'Declaration
Function GetReferencedSharedStep ( _
    sharedStepId As Integer _
) As ISharedStep
ISharedStep GetReferencedSharedStep(
    int sharedStepId
)
ISharedStep^ GetReferencedSharedStep(
    int sharedStepId
)
abstract GetReferencedSharedStep : 
        sharedStepId:int -> ISharedStep
function GetReferencedSharedStep(
    sharedStepId : int
) : ISharedStep

Parameters

  • sharedStepId
    Type: Int32

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep

.NET Framework Security

See Also

Reference

ITestCase Interface

GetReferencedSharedStep Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace