ModelItemCollection.Move(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déplace un élément dans la collection vers un index différent.
public:
abstract void Move(int fromIndex, int toIndex);
public abstract void Move (int fromIndex, int toIndex);
abstract member Move : int * int -> unit
Public MustOverride Sub Move (fromIndex As Integer, toIndex As Integer)
Paramètres
- fromIndex
- Int32
Index de l'élément à déplacer avant son déplacement.
- toIndex
- Int32
Index de l'élément après son déplacement.
Exceptions
fromIndex
ou toIndex
est négatif ou supérieur ou égal à Count.