Bagikan melalui


ContactAnnotationStore.FindAnnotationsForContactListAsync(String) Metode

Definisi

Mendapatkan anotasi untuk ContactList yang ditentukan.

public:
 virtual IAsyncOperation<IVectorView<ContactAnnotation ^> ^> ^ FindAnnotationsForContactListAsync(Platform::String ^ contactListId) = FindAnnotationsForContactListAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactAnnotation>> FindAnnotationsForContactListAsync(winrt::hstring const& contactListId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactAnnotation>> FindAnnotationsForContactListAsync(string contactListId);
function findAnnotationsForContactListAsync(contactListId)
Public Function FindAnnotationsForContactListAsync (contactListId As String) As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotation))

Parameter

contactListId
String

Platform::String

winrt::hstring

ID ContactList untuk mengambil anotasi.

Mengembalikan

Daftar objek ContactAnnotation .

Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Creators Update (diperkenalkan dalam 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v4.0)
Kemampuan aplikasi
contactsSystem

Berlaku untuk