次の方法で共有


UITableViewDropDelegate_Extensions.CanHandleDropSession メソッド

定義

テーブル ビューがセッション内のデータからのドロップを処理できるかどうかを示すブール値を返します。

public static bool CanHandleDropSession (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member CanHandleDropSession : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> bool

パラメーター

This
IUITableViewDropDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView

ターゲット テーブル ビュー。

session
IUIDropSession

ドロップ セッション。

戻り値

適用対象