次の方法で共有


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

戻り値

適用対象