UICollectionViewDragDelegate.GetItemsForBeginningDragSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將索引路徑上的專案加入至一組初始拖曳專案。
[Foundation.Export("collectionView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]
參數
- collectionView
- UICollectionView
原創組合檢視。
- session
- IUIDragSession
要加入專案的拖曳會話。
- indexPath
- NSIndexPath
專案的索引路徑。
傳回
實作
- 屬性