共用方式為


UIDragInteractionDelegate_Extensions.GetItemsForAddingToSession 方法

定義

呼叫的方法,可將拖曳專案新增至拖曳會話,以回應使用者的手勢。

public static UIKit.UIDragItem[] GetItemsForAddingToSession (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, CoreGraphics.CGPoint point);
static member GetItemsForAddingToSession : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

參數

This
IUIDragInteractionDelegate

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

interaction
UIDragInteraction

發出要求的互動。

session
IUIDragSession

要加入專案的會話。

point
CGPoint

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

傳回

適用於