UIDragDropSessionExtensions.CanLoadObjects(IUIDragDropSession, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true
si le spécifié session
peut instancier des éléments du spécifié type
.
public static bool CanLoadObjects (this UIKit.IUIDragDropSession session, Type type);
static member CanLoadObjects : UIKit.IUIDragDropSession * Type -> bool
Paramètres
- session
- IUIDragDropSession
Session à interroger.
- type
- Type
Type d’objet sur lequel interroger.