AppointmentStoreChangeReader クラス

定義

呼び出し元アプリが予定ストア内の予定に対する変更を読み取できるようにします。

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
継承
Object Platform::Object IInspectable AppointmentStoreChangeReader
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
appointmentsSystem

メソッド

AcceptChanges()

ReadBatchAsync の呼び出しによって返された予定に対するすべての変更が、アプリによって対処されたことをシステムに通知します。

AcceptChangesThrough(AppointmentStoreChange)

ReadBatchAsync の呼び出しによって返された予定に対するすべての変更 (指定された AppointmentStoreChange まで) がアプリによって対処されたことをシステムに通知します。

ReadBatchAsync()

呼び出し元アプリによってまだ受け入れられていない予定ストアで発生した変更の一覧を返します。

適用対象