次の方法で共有


UITableViewDropDelegate.CanHandleDropSession メソッド

定義

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

[Foundation.Export("tableView:canHandleDropSession:")]
public virtual bool CanHandleDropSession(UIKit.UITableView tableView, UIKit.IUIDropSession session);
abstract member CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool
override this.CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool

パラメーター

tableView
UITableView

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

session
IUIDropSession

ドロップ セッション。

戻り値

属性

適用対象