ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Metodo

Definizione

Ottenere le annotazioni per il contatto specificato.

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

Parametri

contact
Contact

Contatto per il quale recuperare annotazioni.

Restituisce

Elenco di oggetti ContactAnnotation .

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a