Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.ITestListAn ITestList to be moved.
destination
Type: Microsoft.VisualStudio.TestTools.Common.ITestListThe 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.