Bagikan melalui


ContactAnnotationStore.FindAnnotationsForContactAsync(Contact) Metode

Definisi

Dapatkan anotasi untuk Kontak yang ditentukan.

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

Parameter

contact
Contact

Kontak untuk mengambil anotasi.

Mengembalikan

Daftar objek ContactAnnotation .

Persyaratan Windows

Kemampuan aplikasi
contactsSystem

Berlaku untuk