ITestList.GetChildLists Method
Retrieves an array of child ITestList objects from the current list.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Function GetChildLists As ITestList()
ITestList[] GetChildLists()
array<ITestList^>^ GetChildLists()
abstract GetChildLists : unit -> ITestList[]
function GetChildLists() : ITestList[]
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
An array of ITestList 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.