共用方式為


AppointmentCalendarCreateOrUpdateAppointmentRequest 類別

定義

代表使用者變更行事曆會議回覆的要求。

public ref class AppointmentCalendarCreateOrUpdateAppointmentRequest 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 AppointmentCalendarCreateOrUpdateAppointmentRequest 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 AppointmentCalendarCreateOrUpdateAppointmentRequest
Public NotInheritable Class AppointmentCalendarCreateOrUpdateAppointmentRequest
繼承
Object Platform::Object IInspectable AppointmentCalendarCreateOrUpdateAppointmentRequest
屬性

Windows 需求

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

備註

系統會產生這個類別的實例,並將它設定為CreateOrUpdateAppointmentRequested事件的AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs引數中的屬性。

屬性

Appointment

取得要建立或更新的約會。

AppointmentCalendarLocalId

取得字串,這個字串可唯一識別與本機裝置上約會相關聯的行事曆。

ChangedProperties

取得使用者想要在約會中變更或設定的屬性清單。

NotifyInvitees

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

方法

ReportCompletedAsync(Appointment)

通知系統建立或更新約會的工作已完成。

ReportFailedAsync()

通知系統建立或更新約會的工作失敗。

適用於