Freigeben über


TestActionCollection.MoveTo-Methode

Verschiebt eine Testaktion aus einer Auflistung in eine andere Auflistung.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Sub MoveTo ( _
    fromIndex As Integer, _
    toIndex As Integer, _
    newCollection As TestActionCollection _
)
public void MoveTo(
    int fromIndex,
    int toIndex,
    TestActionCollection newCollection
)
public:
void MoveTo(
    int fromIndex, 
    int toIndex, 
    TestActionCollection^ newCollection
)
member MoveTo : 
        fromIndex:int * 
        toIndex:int * 
        newCollection:TestActionCollection -> unit
public function MoveTo(
    fromIndex : int, 
    toIndex : int, 
    newCollection : TestActionCollection
)

Parameter

  • fromIndex
    Typ: Int32

    Der Index in der Auflistung der zu verschiebenden Testaktion.

  • toIndex
    Typ: Int32

    Der Index in der neuen Auflistung für die verschobene Testaktion.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestActionCollection Klasse

Microsoft.TeamFoundation.TestManagement.Client-Namespace

TestActionCollection