UICollectionViewDragDelegate_Extensions.GetDragPreviewParameters メソッド

定義

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

public static UIKit.UIDragPreviewParameters GetDragPreviewParameters (this UIKit.IUICollectionViewDragDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member GetDragPreviewParameters : UIKit.IUICollectionViewDragDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

パラメーター

This
IUICollectionViewDragDelegate

この拡張メソッドが動作するインスタンス。

collectionView
UICollectionView
indexPath
NSIndexPath

戻り値

適用対象