次の方法で共有


ContactListCreateOrUpdateContactRequest クラス

定義

連絡先を作成または更新する要求の詳細。

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

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)
アプリの機能
contactsSystem

プロパティ

Contact

作成または更新するタスクの 連絡先 を取得します。

ContactListId

作成または更新するタスクを含む連絡先リストの ID を取得します。

メソッド

ReportCompletedAsync(Contact)

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

ReportFailedAsync()

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

適用対象