次の方法で共有


AppointmentStoreChangeReader.ReadBatchAsync メソッド

定義

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

public:
 virtual IAsyncOperation<IVectorView<AppointmentStoreChange ^> ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppointmentStoreChange>> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppointmentStoreChange>> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of IReadOnlyList(Of AppointmentStoreChange))

戻り値

正常に完了したときに IVectorView を返す非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象