Sdílet prostřednictvím


ITestList.GetChildLists – metoda

Načte pole podřízené ITestList objekty z aktuálního seznamu.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Function GetChildLists As ITestList()
ITestList[] GetChildLists()
array<ITestList^>^ GetChildLists()
abstract GetChildLists : unit -> ITestList[] 
function GetChildLists() : ITestList[]

Vrácená hodnota

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
Pole ITestList objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestList Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

ITestList

CreateChildList

DeleteChildList