Freigeben über


ITestList.GetChildLists-Methode

Ruft ein Array von untergeordneten ITestList-Objekten aus der aktuellen Liste ab.

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[]

Rückgabewert

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
Ein Array von ITestList-Objekten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestList Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

ITestList

CreateChildList

DeleteChildList