ContactListLimitedWriteOperations クラス

定義

アプリが作成していない連絡先リストに対して実行できる操作を提供します。

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

Windows の要件

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

注釈

ContactListLimitedWriteOperations プロパティを使用して、このクラスのインスタンスを取得します。

メソッド

TryCreateOrUpdateContactAsync(Contact)

非同期的に連絡先の作成または更新を試みます。

TryDeleteContactAsync(String)

非同期的に連絡先の削除を試みます。

適用対象