共用方式為


UICollectionViewDragDelegate.GetDragPreviewParameters 方法

定義

取得位於指定索引路徑之專案的預覽參數。

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

參數

collectionView
UICollectionView
indexPath
NSIndexPath

傳回

屬性

適用於