ContactAnnotationList Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- 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:
- CreateAnnotationListAsync
- CreateAnnotationListAsync(String)
- GetAnnotationListAsync
- FindAnnotationListsAsync
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. |