共用方式為


AggregateContactManager 類別

定義

提供將個別 (原始) 連絡人連結至單一匯總連絡人的功能。

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

Windows 需求

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

備註

這個類別的所有相關方法都是靜態方法。

版本歷程記錄

Windows 版本 SDK 版本 新增值
1607 14393 SetRemoteIdentificationInformationAsync

方法

FindRawContactsAsync(Contact)

從指定的匯總連絡人傳回個別 (原始) 連絡人清單。

SetRemoteIdentificationInformationAsync(String, String, String)

設定識別碼,指定要與裝置上的連絡人資料連結的遠端連絡人。

TryLinkContactsAsync(Contact, Contact)

以非同步方式嘗試將連絡人連結在一起,以建立匯總連絡人。

TrySetPreferredSourceForPictureAsync(Contact, Contact)

選擇哪一個原始連絡人會提供匯總的主要顯示圖片。

UnlinkRawContactAsync(Contact)

以非同步方式取消與父匯總連絡人的原始連絡人連結。

適用於