次の方法で共有


UICollectionViewDropDelegate.GetDropPreviewParameters メソッド

定義

指定したインデックス パスにある項目のドラッグ プレビュー パラメーターを返します。

[Foundation.Export("collectionView:dropPreviewParametersForItemAtIndexPath:")]
public virtual UIKit.UIDragPreviewParameters GetDropPreviewParameters (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetDropPreviewParameters : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters
override this.GetDropPreviewParameters : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

パラメーター

collectionView
UICollectionView

元のコレクション ビュー。

indexPath
NSIndexPath

戻り値

属性

適用対象