UIDragInteractionDelegate.GetItemsForAddingToSession 方法

定义

调用的方法,用于将拖动项添加到拖动会话以响应用户的手势。

[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[]

参数

interaction
UIDragInteraction

发出请求的交互。

session
IUIDragSession

要向其添加项的会话。

point
CGPoint

视图坐标系中的触摸位置。

返回

属性

适用于