共用方式為


UIDropInteractionDelegate_Extensions.CanHandleSession 方法

定義

如果指定的 interaction 可以處理指定的 session ,則傳 true 回 。

public static bool CanHandleSession (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member CanHandleSession : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool

參數

This
IUIDropInteractionDelegate

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

interaction
UIDropInteraction

要檢查的互動。

session
IUIDropSession

要查詢的會話。

傳回

適用於