Partager via


TestActionCollection.MoveTo, méthode

Déplace une action de test d'une collection à une autre.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • fromIndex
    Type : System.Int32
    Index, dans cette collection, de l'action de test à déplacer.
  • toIndex
    Type : System.Int32
    Index, dans la nouvelle collection, de l'action de test déplacée.

Sécurité .NET Framework

Voir aussi

Référence

TestActionCollection Classe

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

TestActionCollection