AppointmentStoreChangeTracker Klasse

Definition

Stellt APIs zum Verwalten der Änderungsnachverfolgung für Termine bereit.

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
Vererbung
Object Platform::Object IInspectable AppointmentStoreChangeTracker
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
appointmentsSystem

Hinweise

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1709 16299 IsTracking

Eigenschaften

IsTracking

Ruft einen booleschen Wert ab, der angibt, ob die Änderungsnachverfolgung aktiv ist.

Methoden

Enable()

Aktiviert die Änderungsnachverfolgung für den Terminspeicher.

GetChangeReader()

Ruft einen AppointmentStoreChangeReader ab, mit dem die App die Liste der Änderungen durchlaufen und Änderungen als akzeptiert markieren kann.

Reset()

Setzt die Änderungsnachverfolgung für den Terminspeicher zurück und löscht vorhandene Änderungsnachverfolgungsdaten.

Gilt für: