次の方法で共有


IUITableViewDragDelegate.GetItemsForBeginningDragSession メソッド

定義

ドラッグ セッションの開始時に存在する項目の一覧を返します。

[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]

パラメーター

tableView
UITableView

元のテーブル ビュー。

session
IUIDragSession

項目を追加するセッション。

indexPath
NSIndexPath

ドラッグされた行へのインデックス パス。

戻り値

属性

適用対象