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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
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.
Show: