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
ISharedStep GetReferencedSharedStep(
int sharedStepId
)
ISharedStep^ GetReferencedSharedStep(
int sharedStepId
)
abstract GetReferencedSharedStep :
sharedStepId:int -> ISharedStep
Function GetReferencedSharedStep (
sharedStepId As Integer
) As ISharedStep
Parameters
- sharedStepId
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