Compartilhar via


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Método

Definição

Tenta de forma assíncrona criar ou atualizar uma reunião.

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

Parâmetros

appointment
Appointment

A reunião a ser criada ou atualizada.

notifyInvitees
Boolean

bool

Um valor booliano que indica se os convites devem ser notificados.

Retornos

Um valor booliano que indica se a operação foi bem-sucedida.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a