UICollectionViewDragDelegate.GetItemsForAddingToDragSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將索引路徑上的專案加入拖曳會話。
[Foundation.Export("collectionView:itemsForAddingToDragSession:atIndexPath:point:")]
public virtual UIKit.UIDragItem[] GetItemsForAddingToDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
abstract member GetItemsForAddingToDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
override this.GetItemsForAddingToDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
參數
- collectionView
- UICollectionView
原創組合檢視。
- session
- IUIDragSession
要加入專案的拖曳會話。
- indexPath
- NSIndexPath
要加入之專案的索引路徑。
- point
- CGPoint
使用者在集合檢視座標空間中觸控的點。
傳回
- 屬性