UICollectionViewDragDelegate_Extensions.GetDragPreviewParameters 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.
Gets the preview parameters for the item at the specified index path.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIDragPreviewParameters? GetDragPreviewParameters(this UIKit.IUICollectionViewDragDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDragPreviewParameters : UIKit.IUICollectionViewDragDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters
Parameters
- collectionView
- UICollectionView
- indexPath
- NSIndexPath
Returns
- Attributes