Condividi tramite


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Metodo

Definizione

Tenta in modo asincrono di creare o aggiornare una riunione.

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)

Parametri

appointment
Appointment

Riunione da creare o aggiornare.

notifyInvitees
Boolean

bool

Valore booleano che indica se gli inviti devono ricevere una notifica.

Restituisce

Valore booleano che indica se l'operazione ha avuto esito positivo.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a