Freigeben über


ContactAnnotationList Klasse

Definition

Stellt eine Liste von ContactAnnotation-Objekten dar.

public ref class ContactAnnotationList sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAnnotationList final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAnnotationList
Public NotInheritable Class ContactAnnotationList
Vererbung
Object Platform::Object IInspectable ContactAnnotationList
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
contactsSystem

Hinweise

Rufen Sie eine der folgenden Methoden auf, um eine vorhandene ContactAnnotationList zu erstellen oder abzurufen:

Eigenschaften

Id

Ruft die ID für diese ContactAnnotationList ab.

ProviderPackageFamilyName

Ruft den eindeutigen Bezeichner für das App-Paket ab, das die ContactAnnotationList erstellt hat.

UserDataAccountId

Ruft die ID für den von der App verwendeten UserDataAccount ab.

Methoden

DeleteAnnotationAsync(ContactAnnotation)

Löscht die angegebene ContactAnnotation asynchron aus der Liste.

DeleteAsync()

Löscht diese ContactAnnotationList asynchron aus dem ContactAnnotationStore.

FindAnnotationsAsync()

Ruft asynchron die Liste der ContactAnnotation-Objekte ab .

FindAnnotationsByRemoteIdAsync(String)

Ruft die Liste der ContactAnnotation-Objekte ab, die die angegebene Remote-ID-Eigenschaft enthalten.

GetAnnotationAsync(String)

Ruft die ContactAnnotation mit der angegebenen ID ab.

TrySaveAnnotationAsync(ContactAnnotation)

Versucht asynchron, die ContactAnnotation in der ContactAnnotationList zu speichern.

Gilt für:

Weitere Informationen