Share via


ITmi.GetTestListsForResults Method

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

Returns an array of read-only test lists in which each list contains tests that match a test result in the provided test run.

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

Syntax

'Declaration
Function GetTestListsForResults ( _
    run As TestRun _
) As ITestList()
ITestList[] GetTestListsForResults(
    TestRun run
)
array<ITestList^>^ GetTestListsForResults(
    TestRun^ run
)
abstract GetTestListsForResults : 
        run:TestRun -> ITestList[] 
function GetTestListsForResults(
    run : TestRun
) : ITestList[]

Parameters

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
An array of read-only test lists.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

ITestList

TestRun

TestResult