ContactAnnotationList.TrySaveAnnotationAsync(ContactAnnotation) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de manière asynchrone d’enregistrer contactAnnotation dans ContactAnnotationList.
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)
Paramètres
- annotation
- ContactAnnotation
Annotation à enregistrer dans la liste.
Retours
true
si l’enregistrement a réussi ; sinon, false
.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|