Udostępnij za pośrednictwem


Metoda ITestList.CreateChildList —

Tworzy listę dziecka w bieżącej listy przy użyciu nazwy podanej listy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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

Parametry

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.Common.ITestList
Odniesienia do nowej listy podrzędnej.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestList Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

DeleteChildList