次の方法で共有


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

アイテムをドロップするプレースホルダー。

戻り値

属性

適用対象