AppointmentCalendarProposeNewTimeForMeetingRequest 类

定义

表示用户更改日历会议时间的请求。

public ref class AppointmentCalendarProposeNewTimeForMeetingRequest 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 AppointmentCalendarProposeNewTimeForMeetingRequest 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 AppointmentCalendarProposeNewTimeForMeetingRequest
Public NotInheritable Class AppointmentCalendarProposeNewTimeForMeetingRequest
继承
Object Platform::Object IInspectable AppointmentCalendarProposeNewTimeForMeetingRequest
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
appointmentsSystem

注解

系统生成此类的实例,并将其设置为 ProposeNewTimeForMeetingRequested 事件的 AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs 参数中的属性。

属性

AppointmentCalendarLocalId

获取一个字符串,该字符串唯一标识与本地设备上的约会关联的日历。

AppointmentLocalId

获取一个字符串,该字符串唯一标识本地设备上的约会。

AppointmentOriginalStartTime

获取定期约会的原始开始时间。

Comment

获取用户可能编写的有关会议时间更改的文本注释。

NewDuration

获取建议的新会议持续时间。

NewStartTime

获取会议的建议新开始时间。

Subject

获取新会议邀请的主题。

方法

ReportCompletedAsync()

通知系统更新会议时间的任务已完成。

ReportFailedAsync()

通知系统更新会议时间的任务已失败。

适用于