UICollectionViewDropDelegate.GetDropPreviewParameters 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回位於指定索引路徑之專案的拖曳預覽參數。
[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
傳回
- 屬性