Sdílet prostřednictvím


UITableViewDragDelegate_Extensions.GetDragPreviewParameters Method

Definition

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.IUITableViewDragDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDragPreviewParameters : UIKit.IUITableViewDragDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

tableView
UITableView

The table view for which to get drag preview parameters.

indexPath
NSIndexPath

The index path to the row for which to get drag preview parameters.

Returns

Attributes

Applies to