Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.TestRunThe 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.