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
項目へのインデックス パス。
戻り値
実装
- 属性