共用方式為


ContactAnnotationStore 類別

定義

表示包含連絡人批註的資料存放區。

public ref class ContactAnnotationStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAnnotationStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAnnotationStore
Public NotInheritable Class ContactAnnotationStore
繼承
Object Platform::Object IInspectable ContactAnnotationStore
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
contactsSystem

備註

呼叫 ContactManager.RequestAnnotationStoreAsync 以取得 ContactAnnotationStore 的實例。

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1703 15063 FindAnnotationsForContactListAsync

方法

CreateAnnotationListAsync()

以非同步方式建立 ContactAnnotationList

CreateAnnotationListAsync(String)

以非同步方式建立 ContactAnnotationList ,並將它與指定的使用者帳戶識別碼產生關聯。

DisableAnnotationAsync(ContactAnnotation)

以非同步方式停用指定的 ContactAnnotation,通常是使用者輸入的結果。

FindAnnotationListsAsync()

以非同步方式取得應用程式的 ContactAnnotationList 物件清單。

FindAnnotationsForContactAsync(Contact)

取得 指定連絡人的批註。

FindAnnotationsForContactListAsync(String)

取得指定 ContactList的注釋。

FindContactIdsByEmailAsync(String)

根據具有指定 電子郵件地址的Contact 物件,取得識別碼值的清單。

FindContactIdsByPhoneNumberAsync(String)

根據具有指定 電話號碼的Contact 物件,取得識別碼值的清單。

GetAnnotationListAsync(String)

以非同步方式取得具有指定識別碼的 ContactAnnotationList

適用於