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)

异步尝试删除联系人。

适用于