UIDragInteractionDelegate_Extensions.GetItemsForAddingToSession 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.
Method that is called to add drag items to a drag session in response to a gesture by the user.
public static UIKit.UIDragItem[] GetItemsForAddingToSession (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, CoreGraphics.CGPoint point);
static member GetItemsForAddingToSession : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
Parameters
The instance on which this extension method operates.
- 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.