Share via


ITestIterationResult.CreateSharedStepResult Method

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

'Declaration
Function CreateSharedStepResult ( _
    actionId As Integer, _
    sharedStepId As Integer _
) As ISharedStepResult
ISharedStepResult CreateSharedStepResult(
    int actionId,
    int sharedStepId
)
ISharedStepResult^ CreateSharedStepResult(
    int actionId, 
    int sharedStepId
)
abstract CreateSharedStepResult : 
        actionId:int * 
        sharedStepId:int -> ISharedStepResult 
function CreateSharedStepResult(
    actionId : int, 
    sharedStepId : int
) : ISharedStepResult

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.

.NET Framework Security

See Also

Reference

ITestIterationResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ISharedStepResult