ITmi.GetTestRuns Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns all test runs in 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 GetTestRuns As TestRun()
TestRun[] GetTestRuns()
array<TestRun^>^ GetTestRuns()
abstract GetTestRuns : unit -> TestRun[]
function GetTestRuns() : TestRun[]
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common.TestRun[]
An array of test run objects.
.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.