UICollectionViewDragDelegate.GetItemsForAddingToDragSession 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.
Ajoute les éléments au chemin d’accès d’index à la session de glissement.
[Foundation.Export("collectionView:itemsForAddingToDragSession:atIndexPath:point:")]
public virtual UIKit.UIDragItem[] GetItemsForAddingToDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
abstract member GetItemsForAddingToDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
override this.GetItemsForAddingToDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
Paramètres
- collectionView
- UICollectionView
Vue de collection d’origine.
- session
- IUIDragSession
Session de glisser vers laquelle ajouter des éléments.
- indexPath
- NSIndexPath
Chemin d’accès d’index à l’élément à ajouter.
- point
- CGPoint
Point que l’utilisateur a touché, dans l’espace de coordonnées de la vue de collection.
Retours
- Attributs