Share via


UITableViewDragDelegate_Extensions.DragSessionIsRestrictedToDraggingApplication Method

Definition

Gets whether the drag session may only act within the developer's app.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool DragSessionIsRestrictedToDraggingApplication(this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DragSessionIsRestrictedToDraggingApplication : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession -> bool

Parameters

tableView
UITableView
session
IUIDragSession

Returns

Attributes

Applies to