ITestCase.GetReferencedSharedStep Method (Int32, Int32)

Returns a particular revision of the shared step referenced by the testcase. 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, _
    sharedStepRevision As Integer _
) As ISharedStep
ISharedStep GetReferencedSharedStep(
    int sharedStepId,
    int sharedStepRevision
)
ISharedStep^ GetReferencedSharedStep(
    int sharedStepId, 
    int sharedStepRevision
)
abstract GetReferencedSharedStep : 
        sharedStepId:int * 
        sharedStepRevision:int -> ISharedStep
function GetReferencedSharedStep(
    sharedStepId : int, 
    sharedStepRevision : int
) : ISharedStep

Parameters

  • sharedStepId
    Type: Int32
  • sharedStepRevision
    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