UITableViewDragDelegate_Extensions.GetItemsForAddingToDragSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將索引路徑上的專案加入至拖曳會話。
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[]
參數
這個擴充方法運作所在的 實例。
- tableView
- UITableView
原始資料表檢視。
- session
- IUIDragSession
要加入專案的會話。
- indexPath
- NSIndexPath
加入之資料列的索引路徑。
- point
- CGPoint
資料表檢視座標系統中使用者觸控的點。