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.
Retrieves a single test case result by using the given test run ID and test result ID.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Find ( _
testRunId As Integer, _
testResultId As Integer _
) As ITestCaseResult
ITestCaseResult Find(
int testRunId,
int testResultId
)
ITestCaseResult^ Find(
int testRunId,
int testResultId
)
abstract Find :
testRunId:int *
testResultId:int -> ITestCaseResult
function Find(
testRunId : int,
testResultId : int
) : ITestCaseResult
Parameters
testRunId
Type: Int32An int that identifies the test run for the test case result.
testResultId
Type: Int32An int that identifies the test case result.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
The requested test case result or nulla null reference (Nothing in Visual Basic) if not found.
.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
ITestCaseResultHelper Interface