ContactManager.IsShowDelayLoadedContactCardSupported 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.
Obtient une valeur booléenne qui indique si la méthode ShowDelayLoadedContactCard est prise en charge sur la plateforme actuelle.
public:
static bool IsShowDelayLoadedContactCardSupported();
static bool IsShowDelayLoadedContactCardSupported();
public static bool IsShowDelayLoadedContactCardSupported();
function isShowDelayLoadedContactCardSupported()
Public Shared Function IsShowDelayLoadedContactCardSupported () As Boolean
Retours
bool
true
si la méthode ShowDelayLoadedContactCard est prise en charge sur la plateforme actuelle ; sinon, false
.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Notes
Les applications sources doivent être en cours d’exécution au premier plan pour appeler cette méthode. Une application qui s’exécute en arrière-plan obtient une exception « Accès refusé » si elle appelle cette méthode. La valeur de retour de la méthode ne doit pas être mise en cache et doit être appelée uniquement si nécessaire.