AggregateContactManager クラス

定義

サービス間で個々の (未加工の) 連絡先を 1 つの集約連絡先にリンクする機能を提供します。

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)

親集約連絡先から生の連絡先のリンクを非同期的に解除します。

適用対象