AppointmentStoreChangeReader 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使呼叫应用能够读取其约会存储中的约会更改。
public ref class AppointmentStoreChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentStoreChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentStoreChangeReader
Public NotInheritable Class AppointmentStoreChangeReader
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
appointmentsSystem
|
方法
AcceptChanges() |
告知系统,对 ReadBatchAsync 的调用返回的所有约会更改都已由应用处理。 |
AcceptChangesThrough(AppointmentStoreChange) |
告知系统,调用 ReadBatchAsync 返回的所有约会更改(截至指定的 AppointmentStoreChange)都已由应用处理。 |
ReadBatchAsync() |
返回约会存储中发生的尚未被调用应用接受的更改的列表。 |