次の方法で共有


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

テーブル ビューの座標系内の、ユーザーのタッチのポイント。

戻り値

適用対象