共用方式為


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)

以非同步方式嘗試刪除連絡人。

適用於