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
テーブル ビューの座標系内の、ユーザーのタッチのポイント。