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::MoveChildList Method (ITestList^, ITestList^)
Moves the specified child list to the specified destination list.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- childList
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestList^
An ITestList to be moved.
- destination
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestList^
The ITestList where the childList is to be moved.
Show: