UICollectionViewDropDelegate_Extensions.GetDropPreviewParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the drag preview parameters for the item at the specified index path.
public static UIKit.UIDragPreviewParameters GetDropPreviewParameters (this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member GetDropPreviewParameters : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
The originating collection view.
- indexPath
- NSIndexPath