Share via


UIDragInteractionDelegate_Extensions.GetItemsForAddingToSession Method

Definition

Method that is called to add drag items to a drag session in response to a gesture by the user.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIDragItem[] GetItemsForAddingToSession(this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, CoreGraphics.CGPoint point);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetItemsForAddingToSession : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session to which to add items.

point
CGPoint

The touch ___location in the view's coordinate system.

Returns

Attributes

Applies to