Share via


ITmi.GetTestLists Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets all the top-level test lists 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 GetTestLists As ITestList()
ITestList[] GetTestLists()
array<ITestList^>^ GetTestLists()
abstract GetTestLists : unit -> ITestList[] 
function GetTestLists() : ITestList[]

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
An array of test lists.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

ITestList