AppointmentCalendarSyncManagerSyncRequest クラス

定義

予定表を同期するユーザーの要求を表します。

public ref class AppointmentCalendarSyncManagerSyncRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarSyncManagerSyncRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarSyncManagerSyncRequest
Public NotInheritable Class AppointmentCalendarSyncManagerSyncRequest
継承
Object Platform::Object IInspectable AppointmentCalendarSyncManagerSyncRequest
属性

Windows の要件

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

注釈

システムはこのクラスのインスタンスを生成し、SyncRequested イベントの AppointmentCalendarSyncManagerSyncRequestEventArgs 引数のプロパティとして設定します。

プロパティ

AppointmentCalendarLocalId

ローカル デバイス上の予定に関連付けられている予定表を一意に識別する文字列を取得します。

メソッド

ReportCompletedAsync()

予定表の同期タスクが完了したことをシステムに通知します。

ReportFailedAsync()

予定表を同期するタスクが失敗したことをシステムに通知します。

適用対象