UIDropInteractionDelegate_Extensions.CanHandleSession 方法

定义

true如果指定的 interaction 可以处理指定的 session,则返回 。

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

要查询的会话。

返回

适用于