AppointmentStoreChangeTracker Class

Definition

Provides APIs for managing change tracking for appointments.

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
Inheritance
Object Platform::Object IInspectable AppointmentStoreChangeTracker
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
appointmentsSystem

Remarks

Version history

Windows version SDK version Value added
1709 16299 IsTracking

Properties

IsTracking

Gets a Boolean value indicating whether change tracking is active.

Methods

Enable()

Enables change tracking for the appointment store.

GetChangeReader()

Retrieves an AppointmentStoreChangeReader that enables the app to iterate through the list of changes and mark changes as accepted.

Reset()

Resets change tracking for the appointment store, deleting existing change tracking data.

Applies to