ITestList.CreateChildList Method

Creates a child list in the current list by using the provided list name.

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

Syntax

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

Parameters

  • name
    Type: String

    The name of the child list.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.ITestList
A reference to the new child list.

.NET Framework Security

See Also

Reference

ITestList Interface

Microsoft.VisualStudio.TestTools.Common Namespace

DeleteChildList