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: Int32The numeric ID for the test action.
sharedStepId
Type: Int32The numeric ID of the shared step.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult
A new shared step result.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestIterationResult Interface