共用方式為


UITableViewDragDelegate_Extensions.DragSessionAllowsMoveOperation 方法

定義

拖曳會話是否可以在開發人員的應用程式內移動專案。

public static bool DragSessionAllowsMoveOperation (this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session);
static member DragSessionAllowsMoveOperation : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession -> bool

參數

This
IUITableViewDragDelegate

這個擴充方法運作所在的實例。

tableView
UITableView
session
IUIDragSession

傳回

適用於