Freigeben über


UIDragInteractionDelegate.GetItemsForAddingToSession Methode

Definition

Methode, die aufgerufen wird, um Ziehelemente zu einer Ziehsitzung als Reaktion auf eine Geste des Benutzers hinzuzufügen.

[Foundation.Export("dragInteraction:itemsForAddingToSession:withTouchAtPoint:")]
public virtual UIKit.UIDragItem[] GetItemsForAddingToSession (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, CoreGraphics.CGPoint point);
abstract member GetItemsForAddingToSession : UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
override this.GetItemsForAddingToSession : UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

Parameter

interaction
UIDragInteraction

Die Interaktion, die die Anforderung stellt.

session
IUIDragSession

Die Sitzung, der Elemente hinzugefügt werden sollen.

point
CGPoint

Die Touchposition im Koordinatensystem der Ansicht.

Gibt zurück

Attribute

Gilt für: