UICollectionViewDelegate_Extensions.GetTargetIndexPathForMove 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.
En cas de substitution, permet au développeur de modifier l’emplacement final d’un élément déplacé. (Par exemple, pour interdire un déplacement vers un particulier proposedIndexPath
.)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath GetTargetIndexPathForMove (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath originalIndexPath, Foundation.NSIndexPath proposedIndexPath);
static member GetTargetIndexPathForMove : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- collectionView
- UICollectionView
Vue de collection à l’origine de la demande.
- originalIndexPath
- NSIndexPath
- proposedIndexPath
- NSIndexPath
Retours
- Attributs