The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITmi::GetTestResults Method (TestRun^)
Gets an array of test result objects from the provided test run.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- run
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestRun^
A TestRun object.
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^| Exception | Condition |
|---|---|
| ArgumentException | The run parameter is null. |
Show: