ITestList.MoveChildList Method

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

.NET Framework Security

See Also

Reference

ITestList Interface

Microsoft.VisualStudio.TestTools.Common Namespace

ITestList