Freigeben über


ContactAnnotationStore Klasse

Definition

Stellt einen Datenspeicher dar, der Kontaktanmerkungen enthält.

public ref class ContactAnnotationStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAnnotationStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAnnotationStore
Public NotInheritable Class ContactAnnotationStore
Vererbung
Object Platform::Object IInspectable ContactAnnotationStore
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 ContactManager.RequestAnnotationStoreAsync auf, um eine instance von ContactAnnotationStore zu erhalten.

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1703 15063 FindAnnotationsForContactListAsync

Methoden

CreateAnnotationListAsync()

Erstellt asynchron eine ContactAnnotationList.

CreateAnnotationListAsync(String)

Erstellt asynchron eine ContactAnnotationList und ordnet sie der angegebenen Benutzerdatenkonto-ID zu.

DisableAnnotationAsync(ContactAnnotation)

Deaktiviert die angegebene ContactAnnotation asynchron, in der Regel aufgrund von Benutzereingaben.

FindAnnotationListsAsync()

Ruft asynchron die Liste der ContactAnnotationList-Objekte für die App ab.

FindAnnotationsForContactAsync(Contact)

Rufen Sie die Anmerkungen für den angegebenen Kontakt ab.

FindAnnotationsForContactListAsync(String)

Ruft die Anmerkungen für die angegebene ContactList ab.

FindContactIdsByEmailAsync(String)

Ruft eine Liste von ID-Werten ab, die auf Contact-Objekten mit einer angegebenen E-Mail-Adresse basieren.

FindContactIdsByPhoneNumberAsync(String)

Ruft eine Liste von ID-Werten ab, die auf Contact-Objekten mit einer angegebenen Telefonnummer basiert.

GetAnnotationListAsync(String)

Ruft asynchron die ContactAnnotationList mit der angegebenen ID ab.

Gilt für: