Condividi tramite


AppointmentStoreChangeReader Classe

Definizione

Consente all'app chiamante di leggere le modifiche apportate agli appuntamenti nell'archivio appuntamenti.

public ref class AppointmentStoreChangeReader 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 AppointmentStoreChangeReader 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 AppointmentStoreChangeReader
Public NotInheritable Class AppointmentStoreChangeReader
Ereditarietà
Object Platform::Object IInspectable AppointmentStoreChangeReader
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
Funzionalità dell'app
appointmentsSystem

Metodi

AcceptChanges()

Indica al sistema che tutte le modifiche apportate agli appuntamenti restituiti dalla chiamata a ReadBatchAsync sono state risolte dall'app.

AcceptChangesThrough(AppointmentStoreChange)

Indica al sistema che tutte le modifiche apportate agli appuntamenti restituiti dalla chiamata a ReadBatchAsync, fino all'oggetto AppointmentStoreChange specificato, sono state risolte dall'app.

ReadBatchAsync()

Restituisce un elenco delle modifiche che si sono verificate nell'archivio appuntamenti che non sono ancora state accettate dall'app chiamante.

Si applica a