Compartilhar via


ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Método

Definição

Obtenha as anotações do Contato 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

O Contato para o qual recuperar anotações.

Retornos

A lista de objetos ContactAnnotation .

Requisitos do Windows

Funcionalidades do aplicativo
contactsSystem

Aplica-se a