UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the specified session
can instantiate items of the specified type
.
public static bool CanLoadObjects (this UIKit.IUIDragDropSession session, Type type);
static member CanLoadObjects : UIKit.IUIDragDropSession * Type -> bool
Parameters
- session
- IUIDragDropSession
The session to query.
- type
- Type
The type of object to query about.