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 .

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Function GetTestLists As ITestList()
'Usage
Dim instance As ITmi 
Dim returnValue As ITestList()

returnValue = instance.GetTestLists()
ITestList[] GetTestLists()
array<ITestList^>^ GetTestLists()
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

ITmi Members

Microsoft.VisualStudio.TestTools.Common Namespace

ITestList