共用方式為


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

拖曳資料列的索引路徑。

傳回

屬性

適用於