AppointmentStoreChangeTracker
AppointmentStoreChangeTracker
AppointmentStoreChangeTracker
AppointmentStoreChangeTracker
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides APIs for managing change tracking for appointments.
public : sealed class AppointmentStoreChangeTracker : IAppointmentStoreChangeTrackerpublic sealed class AppointmentStoreChangeTracker : IAppointmentStoreChangeTrackerPublic NotInheritable Class AppointmentStoreChangeTracker Implements IAppointmentStoreChangeTracker// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
IsTracking IsTracking IsTracking IsTracking
Prerelease. Gets a Boolean value indicating whether change tracking is active.
public : PlatForm::Boolean IsTracking { get; }public bool IsTracking { get; }Public ReadOnly Property IsTracking As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating whether change tracking is active.
Additional features and requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Methods
Enable() Enable() Enable() Enable()
Enables change tracking for the appointment store.
public : void Enable()public void Enable()Public Function Enable() As void// You can use this method in JavaScript.
GetChangeReader() GetChangeReader() GetChangeReader() GetChangeReader()
Retrieves an AppointmentStoreChangeReader that enables the app to iterate through the list of changes and mark changes as accepted.
public : AppointmentStoreChangeReader GetChangeReader()public AppointmentStoreChangeReader GetChangeReader()Public Function GetChangeReader() As AppointmentStoreChangeReader// You can use this method in JavaScript.
Returns
AppointmentStoreChangeReader
AppointmentStoreChangeReader
AppointmentStoreChangeReader
AppointmentStoreChangeReader
The returned change reader.