AppointmentCalendar.TryProposeNewTimeForMeetingAsync 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 assíncronamente propor um novo horário de reunião.
public:
virtual IAsyncOperation<bool> ^ TryProposeNewTimeForMeetingAsync(Appointment ^ meeting, DateTime newStartTime, TimeSpan newDuration, Platform::String ^ subject, Platform::String ^ comment) = TryProposeNewTimeForMeetingAsync;
IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment const& meeting, DateTime const& newStartTime, TimeSpan const& newDuration, winrt::hstring const& subject, winrt::hstring const& comment);
public IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment meeting, System.DateTimeOffset newStartTime, System.TimeSpan newDuration, string subject, string comment);
function tryProposeNewTimeForMeetingAsync(meeting, newStartTime, newDuration, subject, comment)
Public Function TryProposeNewTimeForMeetingAsync (meeting As Appointment, newStartTime As DateTimeOffset, newDuration As TimeSpan, subject As String, comment As String) As IAsyncOperation(Of Boolean)
Parâmetros
- meeting
- Appointment
A reunião a ser atualizada.
- newStartTime
- DateTime DateTimeOffset
A nova hora de início proposta.
- subject
-
String
Platform::String
winrt::hstring
O assunto do convite da reunião.
- comment
-
String
Platform::String
winrt::hstring
O corpo do convite da reunião.
Retornos
Um valor booliano que indica se a operação foi bem-sucedida.
Requisitos do Windows
Funcionalidades do aplicativo |
appointmentsSystem
|