共用方式為


UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) 方法

定義

如果指定的 session 可以具現化指定 type 之 的專案,則傳 true 回 。

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

參數

session
IUIDragDropSession

要查詢的會話。

type
Type

要查詢的物件類型。

傳回

適用於