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

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestRun