Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ISharedStepResult^ CreateSharedStepResult(
	int actionId,
	int sharedStepId
)

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.

Return to top
Show: