共用方式為


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

傳回

屬性

適用於