UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定的 session
可以具現化指定 type
之 的專案,則傳 true
回 。
public static bool CanLoadObjects (this UIKit.IUIDragDropSession session, Type type);
static member CanLoadObjects : UIKit.IUIDragDropSession * Type -> bool
參數
- session
- IUIDragDropSession
要查詢的會話。
- type
- Type
要查詢的物件類型。