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
- 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.