次の方法で共有


UserDataTaskListSyncManagerSyncRequest クラス

定義

タスク リストを同期するためのクライアントからの要求の詳細。

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

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

プロパティ

TaskListId

同期するタスク リストの ID を取得します。

メソッド

ReportCompletedAsync()

要求が正常に処理されたことをクライアント アプリに通知します。

ReportFailedAsync()

要求が正常に処理されなかったことをクライアントに通知します。

適用対象