次の方法で共有


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

ビューの座標系内のタッチ位置。

戻り値

属性

適用対象