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

拖动行的索引路径。

返回

属性

适用于