次の方法で共有


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

ビューの座標系のタッチ ポイント。

戻り値

適用対象