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

在表视图的坐标系中,用户触摸的点。

返回

适用于