ContactAnnotationList.TrySaveAnnotationAsync(ContactAnnotation) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta de forma assíncrona salvar ContactAnnotation no 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)
Parâmetros
- annotation
- ContactAnnotation
A anotação a ser salva na lista.
Retornos
true
se o salvamento foi bem-sucedido; caso contrário, false
.
Requisitos do Windows
Funcionalidades do aplicativo |
contactsSystem
|