次の方法で共有


AggregateContactManager.TryLinkContactsAsync(Contact, Contact) メソッド

定義

非同期的に連絡先をリンクして、集約連絡先を作成しようとします。

public:
 virtual IAsyncOperation<Contact ^> ^ TryLinkContactsAsync(Contact ^ primaryContact, Contact ^ secondaryContact) = TryLinkContactsAsync;
IAsyncOperation<Contact> TryLinkContactsAsync(Contact const& primaryContact, Contact const& secondaryContact);
public IAsyncOperation<Contact> TryLinkContactsAsync(Contact primaryContact, Contact secondaryContact);
function tryLinkContactsAsync(primaryContact, secondaryContact)
Public Function TryLinkContactsAsync (primaryContact As Contact, secondaryContact As Contact) As IAsyncOperation(Of Contact)

パラメーター

primaryContact
Contact

リンクする最初の連絡先。

secondaryContact
Contact

primaryContact にリンクする 2 番目の連絡先。

戻り値

新しく作成された集約連絡先。

Windows の要件

アプリの機能
contactsSystem

注釈

primaryContact オブジェクトと secondaryContact オブジェクトは、生の連絡先と集計連絡先の任意の組み合わせにすることができます。

適用対象