ITestManagementService.FindTestRunByTmiRunId Method (Guid)
Finds and returns a test result by using the provided identifier for the Test Management Interface (TMI) run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestRun FindTestRunByTmiRunId(
Guid tmiRunId
)
ITestRun^ FindTestRunByTmiRunId(
Guid tmiRunId
)
abstract FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
Function FindTestRunByTmiRunId (
tmiRunId As Guid
) As ITestRun
Parameters
tmiRunId
Type: System.GuidA GUID that identifies a TMI run.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRun
A test run.
See Also
ITestRun
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top