UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
true
如果指定的 可以实例化指定 session
type
的项,则返回 。
public static bool CanLoadObjects (this UIKit.IUIDragDropSession session, Type type);
static member CanLoadObjects : UIKit.IUIDragDropSession * Type -> bool
参数
- session
- IUIDragDropSession
要查询的会话。
- type
- Type
要查询的对象类型。