UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) Method

Definition

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.

Returns

Applies to