共用方式為


AppointmentCalendar.TryCancelMeetingAsync 方法

定義

以非同步方式嘗試取消會議。

public:
 virtual IAsyncOperation<bool> ^ TryCancelMeetingAsync(Appointment ^ meeting, Platform::String ^ subject, Platform::String ^ comment, bool notifyInvitees) = TryCancelMeetingAsync;
IAsyncOperation<bool> TryCancelMeetingAsync(Appointment const& meeting, winrt::hstring const& subject, winrt::hstring const& comment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees);
function tryCancelMeetingAsync(meeting, subject, comment, notifyInvitees)
Public Function TryCancelMeetingAsync (meeting As Appointment, subject As String, comment As String, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

參數

meeting
Appointment

要取消的會議。

subject
String

Platform::String

winrt::hstring

取消通知的主旨。

comment
String

Platform::String

winrt::hstring

取消通知的本文。

notifyInvitees
Boolean

bool

布林值,指出是否應該通知受邀者。

傳回

布林值,指出作業是否成功。

Windows 需求

應用程式功能
appointmentsSystem

適用於