Partager via


ContactAnnotationStore.FindAnnotationsForContactListAsync(String) Méthode

Définition

Obtient les annotations pour la liste ContactList spécifiée.

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

Paramètres

contactListId
String

Platform::String

winrt::hstring

ID de contactList pour lequel récupérer des annotations.

Retours

Liste des objets ContactAnnotation .

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
Fonctionnalités de l’application
contactsSystem

S’applique à