UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) 方法

定义

true如果指定的 可以实例化指定 sessiontype的项,则返回 。

public static bool CanLoadObjects (this UIKit.IUIDragDropSession session, Type type);
static member CanLoadObjects : UIKit.IUIDragDropSession * Type -> bool

参数

session
IUIDragDropSession

要查询的会话。

type
Type

要查询的对象类型。

返回

适用于