Moves the specified child list to the specified destination list.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub MoveChildList ( _
    childList As ITestList, _
    destination As ITestList _
)
void MoveChildList(
    ITestList childList,
    ITestList destination
)
void MoveChildList(
    ITestList^ childList, 
    ITestList^ destination
)
abstract MoveChildList : 
        childList:ITestList * 
        destination:ITestList -> unit
function MoveChildList(
    childList : ITestList, 
    destination : ITestList
)
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. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.