共用方式為


UICollectionViewDragDelegate.GetItemsForBeginningDragSession 方法

定義

將索引路徑上的專案加入至一組初始拖曳專案。

[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

專案的索引路徑。

傳回

實作

屬性

適用於