Partager via


ContactManager.IsShowDelayLoadedContactCardSupported Méthode

Définition

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

Boolean

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.

S’applique à