Partager via


ITestObjectCollection<TObjectInterface>.Move, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Déplace l'élément de la collection d'une position à une autre.

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

Syntaxe

'Déclaration
Sub Move ( _
    fromIndex As Integer, _
    toIndex As Integer _
)
void Move(
    int fromIndex,
    int toIndex
)
void Move(
    int fromIndex, 
    int toIndex
)
abstract Move : 
        fromIndex:int * 
        toIndex:int -> unit
function Move(
    fromIndex : int, 
    toIndex : int
)

Paramètres

  • fromIndex
    Type : Int32

    Index de l'élément à déplacer.

  • toIndex
    Type : Int32

    Index de l'emplacement cible.

Sécurité .NET Framework

Voir aussi

Référence

ITestObjectCollection<TObjectInterface> Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms