共用方式為


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

傳回

屬性

適用於