次の方法で共有


AppointmentStoreChangeReader.AcceptChangesThrough メソッド

定義

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

public:
 virtual void AcceptChangesThrough(AppointmentStoreChange ^ lastChangeToAccept) = AcceptChangesThrough;
void AcceptChangesThrough(AppointmentStoreChange const& lastChangeToAccept);
public void AcceptChangesThrough(AppointmentStoreChange lastChangeToAccept);
function acceptChangesThrough(lastChangeToAccept)
Public Sub AcceptChangesThrough (lastChangeToAccept As AppointmentStoreChange)

パラメーター

lastChangeToAccept
AppointmentStoreChange

アプリによって対処された最新の変更を示す AppointmentStoreChange オブジェクト。

Windows の要件

アプリの機能
appointmentsSystem

適用対象