共用方式為


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

傳回

適用於