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
ISharedStep GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId,
int sharedStepRevision
)
abstract GetReferencedSharedStep :
sharedStepId:int *
sharedStepRevision:int -> ISharedStep
Function GetReferencedSharedStep (
sharedStepId As Integer,
sharedStepRevision As Integer
) As ISharedStep
Parameters
- sharedStepId
Type: System.Int32
- sharedStepRevision
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
See Also
GetReferencedSharedStep Overload
ITestCase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top