Compartir a través de


ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Método

Definición

Obtenga las anotaciones del contacto especificado.

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))

Parámetros

contact
Contact

Contacto para el que se van a recuperar anotaciones.

Devoluciones

Lista de objetos ContactAnnotation .

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a