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

返回

属性

适用于