Editar

Compartir a través de


UIDragInteractionDelegate_Extensions.GetSessionForAddingItems Method

Definition

Method that is called to disambiguate to which session to add items when multiple sessions are active.

public static UIKit.IUIDragSession GetSessionForAddingItems (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession[] sessions, CoreGraphics.CGPoint point);
static member GetSessionForAddingItems : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession[] * CoreGraphics.CGPoint -> UIKit.IUIDragSession

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

sessions
IUIDragSession[]

The sessions from which to choose.

point
CGPoint

The touch point in the view's coordinate system.

Returns

Applies to