次の方法で共有


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

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

戻り値

適用対象