次の方法で共有


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

項目へのインデックス パス。

戻り値

実装

属性

適用対象