Partager via


ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Méthode

Définition

Obtenez les annotations pour le contact spécifié.

public:
 virtual IAsyncOperation<IVectorView<ContactAnnotation ^> ^> ^ FindAnnotationsForContactAsync(Contact ^ contact) = FindAnnotationsForContactAsync;
IAsyncOperation<IVectorView<ContactAnnotation>> FindAnnotationsForContactAsync(Contact const& contact);
public IAsyncOperation<IReadOnlyList<ContactAnnotation>> FindAnnotationsForContactAsync(Contact contact);
function findAnnotationsForContactAsync(contact)
Public Function FindAnnotationsForContactAsync (contact As Contact) As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotation))

Paramètres

contact
Contact

Contact pour lequel récupérer des annotations.

Retours

Liste des objets ContactAnnotation .

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à