次の方法で共有


UITableViewDragDelegate.DragSessionAllowsMoveOperation メソッド

定義

ドラッグ セッションで、開発者のアプリ内で項目を移動できるかどうかを取得します。

[Foundation.Export("tableView:dragSessionAllowsMoveOperation:")]
public virtual bool DragSessionAllowsMoveOperation(UIKit.UITableView tableView, UIKit.IUIDragSession session);
abstract member DragSessionAllowsMoveOperation : UIKit.UITableView * UIKit.IUIDragSession -> bool
override this.DragSessionAllowsMoveOperation : UIKit.UITableView * UIKit.IUIDragSession -> bool

パラメーター

tableView
UITableView
session
IUIDragSession

戻り値

属性

適用対象