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

项的索引路径。

返回

实现

属性

适用于