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
ビューの座標系内のタッチ位置。
戻り値
- 属性