Freigeben über


ContactAnnotationList.TrySaveAnnotationAsync(ContactAnnotation) Methode

Definition

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; falseandernfalls .

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: