PinnedContactManager.GetPinnedContactIdsAsync 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 les ID de tous les contacts épinglés à la barre des tâches ou au menu Démarrer .
public:
virtual IAsyncOperation<PinnedContactIdsQueryResult ^> ^ GetPinnedContactIdsAsync() = GetPinnedContactIdsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PinnedContactIdsQueryResult> GetPinnedContactIdsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PinnedContactIdsQueryResult> GetPinnedContactIdsAsync();
function getPinnedContactIdsAsync()
Public Function GetPinnedContactIdsAsync () As IAsyncOperation(Of PinnedContactIdsQueryResult)
Retours
Opération asynchrone qui renvoie un PinnedContactIdsQueryResult que vous pouvez utiliser pour obtenir les ID de tous les contacts épinglés.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Cette méthode déclenche une exception AccessDeniedException si vous n’avez pas activé la fonctionnalité contactPanel dans le manifeste de votre application.
Cette méthode peut être appelée à partir d’un thread d’arrière-plan.