UICollectionViewDelegate_Extensions.GetTargetIndexPathForMove Méthode

Définition

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

This
IUICollectionViewDelegate

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

S’applique à