ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Method

Definition

Get the annotations for the specified Contact.

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

Parameters

contact
Contact

The Contact for which to retrieve annotations.

Returns

The list of ContactAnnotation objects.

Windows requirements

App capabilities
contactsSystem

Applies to