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
项的索引路径。
返回
实现
- 属性