Compartilhar via


Método ITestList.GetChildLists

Recupera uma matriz de filho ITestList objetos da lista atual.

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

Sintaxe

'Declaração
Function GetChildLists As ITestList()
ITestList[] GetChildLists()
array<ITestList^>^ GetChildLists()
abstract GetChildLists : unit -> ITestList[] 
function GetChildLists() : ITestList[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
Uma matriz de ITestList objetos.

Segurança do .NET Framework

Consulte também

Referência

ITestList Interface

Namespace Microsoft.VisualStudio.TestTools.Common

ITestList

CreateChildList

DeleteChildList