IUITableViewDragDelegate.GetItemsForBeginningDragSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回拖曳會話開頭出現之任何專案的清單。
[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
拖曳資料列的索引路徑。
傳回
- 屬性