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::MoveChildList Method (ITestList^, ITestList^)

 

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)

void MoveChildList(
	ITestList^ childList,
	ITestList^ destination
)

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.

Return to top
Show: