次の方法で共有


UITableViewDropDelegate_Extensions.GetDropPreviewParameters メソッド

定義

指定したインデックス パスにある項目のドラッグ プレビュー パラメーターを返します。

public static UIKit.UIDragPreviewParameters GetDropPreviewParameters (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member GetDropPreviewParameters : UIKit.IUITableViewDropDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

パラメーター

This
IUITableViewDropDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView

プレビュー パラメーターを取得するテーブル ビュー。

indexPath
NSIndexPath

プレビュー パラメーターを取得する行へのインデックス パス。

戻り値

適用対象