UIDragInteractionDelegate.GetItemsForAddingToSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫的方法,可將拖曳專案新增至拖曳會話,以回應使用者的手勢。
[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
檢視座標系統中的觸控位置。
傳回
- 屬性