Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.