共用方式為


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

卸載會話。

傳回

適用於