ContactAnnotationList.TrySaveAnnotationAsync(ContactAnnotation) Methode
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.
Versucht asynchron, die ContactAnnotation in ContactAnnotationList zu speichern.
public:
virtual IAsyncOperation<bool> ^ TrySaveAnnotationAsync(ContactAnnotation ^ annotation) = TrySaveAnnotationAsync;
IAsyncOperation<bool> TrySaveAnnotationAsync(ContactAnnotation const& annotation);
public IAsyncOperation<bool> TrySaveAnnotationAsync(ContactAnnotation annotation);
function trySaveAnnotationAsync(annotation)
Public Function TrySaveAnnotationAsync (annotation As ContactAnnotation) As IAsyncOperation(Of Boolean)
Parameter
- annotation
- ContactAnnotation
Die Anmerkung, die in der Liste gespeichert werden soll.
Gibt zurück
true
, wenn das Speichern erfolgreich war; false
andernfalls .
Windows-Anforderungen
App-Funktionen |
contactsSystem
|