AppointmentStoreChangeTracker 類別

定義

提供 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
繼承
Object Platform::Object IInspectable 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()

重設約會存放區的變更追蹤,刪除現有的變更追蹤資料。

適用於