Compartilhar via


AppointmentCalendar.TryProposeNewTimeForMeetingAsync Método

Definição

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.

newDuration
TimeSpan TimeSpan

Uma nova duração para a reunião.

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

Aplica-se a