Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestList::CreateChildList Method (String^)

 

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)

ITestList^ CreateChildList(
	String^ name
)

Parameters

name
Type: System::String^

The name of the child list.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common::ITestList^

A reference to the new child list.

Return to top
Show: