共用方式為


UICollectionViewDragDelegate.GetItemsForAddingToDragSession 方法

定義

將索引路徑上的專案加入拖曳會話。

[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[]

參數

collectionView
UICollectionView

原創組合檢視。

session
IUIDragSession

要加入專案的拖曳會話。

indexPath
NSIndexPath

要加入之專案的索引路徑。

point
CGPoint

使用者在集合檢視座標空間中觸控的點。

傳回

屬性

適用於