AppointmentCalendarSyncManagerSyncRequestEventArgs 类

定义

SyncRequested 事件提供数据。

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

Windows 要求

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

注解

系统生成此类的实例,并将其作为参数传递给应用程序的 SyncRequested 事件处理程序。

属性

Request

获取相应 SyncRequested 事件的 AppointmentCalendarSyncManagerSyncRequest 对象。

方法

GetDeferral()

获取 SyncRequested 事件的延迟对象。

适用于