ITestIterationResult.CreateSharedStepResult Method (Int32, Int32)
Creates and returns a new shared step result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ISharedStepResult CreateSharedStepResult(
int actionId,
int sharedStepId
)
ISharedStepResult^ CreateSharedStepResult(
int actionId,
int sharedStepId
)
abstract CreateSharedStepResult :
actionId:int *
sharedStepId:int -> ISharedStepResult
Function CreateSharedStepResult (
actionId As Integer,
sharedStepId As Integer
) As ISharedStepResult
Parameters
actionId
Type: System.Int32The numeric ID for the test action.
sharedStepId
Type: System.Int32The numeric ID of the shared step.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
A new shared step result.
See Also
ISharedStepResult
ITestIterationResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top