共用方式為


UITableViewDragDelegate_Extensions.GetItemsForAddingToDragSession 方法

定義

將索引路徑上的專案加入至拖曳會話。

public static UIKit.UIDragItem[] GetItemsForAddingToDragSession (this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
static member GetItemsForAddingToDragSession : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

參數

This
IUITableViewDragDelegate

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

tableView
UITableView

原始資料表檢視。

session
IUIDragSession

要加入專案的會話。

indexPath
NSIndexPath

加入之資料列的索引路徑。

point
CGPoint

資料表檢視座標系統中使用者觸控的點。

傳回

適用於