Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates and returns a new test step result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function CreateStepResult ( _
actionId As Integer _
) As ITestStepResult
ITestStepResult CreateStepResult(
int actionId
)
ITestStepResult^ CreateStepResult(
int actionId
)
abstract CreateStepResult :
actionId:int -> ITestStepResult
function CreateStepResult(
actionId : int
) : ITestStepResult
Parameters
actionId
Type: Int32The numeric ID for the test action.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestStepResult
A new test 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.