ITestList.GetChildLists, méthode
Récupère un tableau d'objets ITestList enfants dans la liste actuelle.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Function GetChildLists As ITestList()
ITestList[] GetChildLists()
array<ITestList^>^ GetChildLists()
abstract GetChildLists : unit -> ITestList[]
function GetChildLists() : ITestList[]
Valeur de retour
Type : array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
Tableau d'objets ITestList.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.