共用方式為


UIDragInteractionDelegate_Extensions.GetSessionForAddingItems 方法

定義

呼叫的方法,可厘清當多個會話處於作用中狀態時要加入專案的會話。

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

參數

This
IUIDragInteractionDelegate

這個擴充方法運作所在的實例。

interaction
UIDragInteraction

發出要求的互動。

sessions
IUIDragSession[]

要從中選擇的會話。

point
CGPoint

檢視座標系統中的觸控點。

傳回

適用於