共用方式為


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

檢視座標系統中的觸控位置。

傳回

屬性

適用於