Freigeben über


UICollectionViewDragDelegate.GetItemsForBeginningDragSession Methode

Definition

Fügt die Elemente im Indexpfad dem anfänglichen Satz von Ziehelementen hinzu.

[Foundation.Export("collectionView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]

Parameter

collectionView
UICollectionView

Die ursprüngliche Auflistungsansicht.

session
IUIDragSession

Die Ziehsitzung, der Elemente hinzugefügt werden sollen.

indexPath
NSIndexPath

Der Indexpfad zum Element.

Gibt zurück

Implementiert

Attribute

Gilt für: