次の方法で共有


ContactListSyncManagerSyncRequest クラス

定義

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

public ref class ContactListSyncManagerSyncRequest 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 ContactListSyncManagerSyncRequest 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 ContactListSyncManagerSyncRequest
Public NotInheritable Class ContactListSyncManagerSyncRequest
継承
Object Platform::Object IInspectable ContactListSyncManagerSyncRequest
属性

Windows の要件

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

注釈

SyncRequested イベント ハンドラーで使用されます。 ContactListSyncManagerSyncRequestEventArgs.Request プロパティによって返されるこのクラスのインスタンスを使用します。

プロパティ

ContactListId

同期する連絡先リストの連絡先リスト ID を取得します。

メソッド

ReportCompletedAsync()

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

ReportFailedAsync()

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

適用対象