The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestIterationResult::CreateSharedStepResult Method (Int32, Int32)
Creates and returns a new shared step result.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- actionId
-
Type:
System::Int32
The numeric ID for the test action.
- sharedStepId
-
Type:
System::Int32
The numeric ID of the shared step.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ISharedStepResult^A new shared step result.
Show: