Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- run
Type: Microsoft.VisualStudio.TestTools.Common.TestRun
The test run to query.
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
An array of read-only test lists.
.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.