AppointmentCalendar.TryCancelMeetingAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Secara asinkron mencoba membatalkan rapat.
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)
Parameter
- meeting
- Appointment
Rapat yang akan dibatalkan.
- subject
-
String
Platform::String
winrt::hstring
Subjek untuk pemberitahuan pembatalan.
- comment
-
String
Platform::String
winrt::hstring
Isi pemberitahuan pembatalan.
- notifyInvitees
-
Boolean
bool
Nilai Boolean yang menunjukkan apakah undangan harus diberi tahu.
Mengembalikan
Nilai Boolean yang menunjukkan apakah operasi berhasil.
Persyaratan Windows
Kemampuan aplikasi |
appointmentsSystem
|