IUITableViewDropCoordinator.DropItemToPlaceholder 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將拖曳專案拖放至指定的預留位置。
[Foundation.Export("dropItem:toPlaceholder:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUITableViewDropPlaceholderContext DropItemToPlaceholder (UIKit.UIDragItem dragItem, UIKit.UITableViewDropPlaceholder placeholder);
abstract member DropItemToPlaceholder : UIKit.UIDragItem * UIKit.UITableViewDropPlaceholder -> UIKit.IUITableViewDropPlaceholderContext
參數
- dragItem
- UIDragItem
要卸載的專案。
- placeholder
- UITableViewDropPlaceholder
要卸載專案的預留位置。
傳回
- 屬性