AppointmentCalendarUpdateMeetingResponseRequestEventArgs 類別

定義

提供 UpdateMeetingResponseRequested 事件的資料。

public ref class AppointmentCalendarUpdateMeetingResponseRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarUpdateMeetingResponseRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarUpdateMeetingResponseRequestEventArgs
Public NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequestEventArgs
繼承
Object Platform::Object IInspectable AppointmentCalendarUpdateMeetingResponseRequestEventArgs
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
appointmentsSystem

備註

系統會產生這個類別的實例,並將它當做引數傳遞給應用程式的 UpdateMeetingResponseRequested 事件處理常式。

屬性

Request

會取得對應UpdateMeetingResponseRequest事件的AppointmentCalendarUpdateMeetingResponseRequest物件。

方法

GetDeferral()

取得 UpdateMeetingResponseRequested 事件的延遲物件。

適用於