Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.