ITestManagementService.FindTestRunByTmiRunId Method

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

'Declaration
Function FindTestRunByTmiRunId ( _
    tmiRunId As Guid _
) As ITestRun
ITestRun FindTestRunByTmiRunId(
    Guid tmiRunId
)
ITestRun^ FindTestRunByTmiRunId(
    Guid tmiRunId
)
abstract FindTestRunByTmiRunId : 
        tmiRunId:Guid -> ITestRun
function FindTestRunByTmiRunId(
    tmiRunId : Guid
) : ITestRun

Parameters

  • tmiRunId
    Type: Guid

    A GUID that identifies a TMI run.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRun
A test run.

.NET Framework Security

See Also

Reference

ITestManagementService Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestRun