UIDragInteractionDelegate_Extensions.GetSessionForAddingItems 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用的方法,用于消除在多个会话处于活动状态时要向哪个会话添加项的歧义。
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
参数
此扩展方法操作的实例。
- interaction
- UIDragInteraction
发出请求的交互。
- sessions
- IUIDragSession[]
要从中选择的会话。
- point
- CGPoint
视图坐标系中的触摸点。