IUICollectionViewDropCoordinator.DropItemToPlaceholder 方法

定义

将拖动项拖放到指定的占位符。

[Foundation.Export("dropItem:toPlaceholder:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUICollectionViewDropPlaceholderContext DropItemToPlaceholder(UIKit.UIDragItem dragItem, UIKit.UICollectionViewDropPlaceholder placeholder);
abstract member DropItemToPlaceholder : UIKit.UIDragItem * UIKit.UICollectionViewDropPlaceholder -> UIKit.IUICollectionViewDropPlaceholderContext

参数

dragItem
UIDragItem

要删除的项。

placeholder
UICollectionViewDropPlaceholder

要在其中放置项的占位符。

返回

属性

适用于