Partager via


UICollectionViewDragDelegate.GetItemsForAddingToDragSession Méthode

Définition

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

S’applique à