ITmi.GetTestRun Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the specified test run from the UI of Visual Studio Test Professional.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Function GetTestRun ( _
    runId As Guid _
) As TestRun
TestRun GetTestRun(
    Guid runId
)
TestRun^ GetTestRun(
    Guid runId
)
abstract GetTestRun : 
        runId:Guid -> TestRun
function GetTestRun(
    runId : Guid
) : TestRun

Parameters

  • runId
    Type: Guid

    A Guid for the test run to return.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun object.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestRun