AppointmentStoreChangeTracker 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于管理约会更改跟踪的 API。
public ref class AppointmentStoreChangeTracker 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 AppointmentStoreChangeTracker 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 AppointmentStoreChangeTracker
Public NotInheritable Class AppointmentStoreChangeTracker
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
appointmentsSystem
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1709 | 16299 | IsTracking |
属性
IsTracking |
获取一个布尔值,该值指示更改跟踪是否处于活动状态。 |
方法
Enable() |
为约会存储启用更改跟踪。 |
GetChangeReader() |
检索 AppointmentStoreChangeReader ,使应用能够循环访问更改列表并将更改标记为已接受。 |
Reset() |
重置约会存储的更改跟踪,删除现有的更改跟踪数据。 |