UICollectionView.MoveItem(NSIndexPath, NSIndexPath) 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 d’un emplacement à un autre dans le UICollectionView, en animant en tant que necssary.
[Foundation.Export("moveItemAtIndexPath:toIndexPath:")]
public virtual void MoveItem (Foundation.NSIndexPath indexPath, Foundation.NSIndexPath newIndexPath);
abstract member MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
Paramètres
- indexPath
- NSIndexPath
Emplacement de l’élément à déplacer.
- newIndexPath
- NSIndexPath
Nouvel emplacement de l’élément.
- Attributs
Remarques
Si cette méthode est appelée dans le Action délégué passé à la PerformBatchUpdates(Action, UICompletionHandler) méthode, l’animation se produit simultanément avec celles d’autres manipulations du UICollectionView.