共用方式為


IUICollectionViewDropCoordinator.DropItemIntoItem 方法

定義

將拖曳專案放在指定之矩形中,位於指定專案索引路徑的專案座標系統中。

[Foundation.Export("dropItem:intoItemAtIndexPath:rect:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemIntoItem (UIKit.UIDragItem dragItem, Foundation.NSIndexPath itemIndexPath, CoreGraphics.CGRect rect);
abstract member DropItemIntoItem : UIKit.UIDragItem * Foundation.NSIndexPath * CoreGraphics.CGRect -> UIKit.IUIDragAnimating

參數

dragItem
UIDragItem

要卸載的專案。

itemIndexPath
NSIndexPath

要卸載之專案的索引路徑。

rect
CGRect

目的地置放矩形。

傳回

屬性

適用於