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
檢視座標系統中的觸控點。