Sdílet prostřednictvím


ITestList.MoveChildList – metoda

Přesune zadaný podřízený seznam seznam určený cíl.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestList Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

ITestList