Partager via


ITestList.CreateChildList, méthode

Crée une liste enfant dans la liste actuelle à l'aide du nom de liste fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Function CreateChildList ( _
    name As String _
) As ITestList
ITestList CreateChildList(
    string name
)
ITestList^ CreateChildList(
    String^ name
)
abstract CreateChildList : 
        name:string -> ITestList 
function CreateChildList(
    name : String
) : ITestList

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.Common.ITestList
Référence à la nouvelle liste enfant.

Sécurité .NET Framework

Voir aussi

Référence

ITestList Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

DeleteChildList