次の方法で共有


AggregateContactManager.TrySetPreferredSourceForPictureAsync メソッド

定義

集計のメイン表示画像を提供する未加工の連絡先を選択します。

public:
 virtual IAsyncOperation<bool> ^ TrySetPreferredSourceForPictureAsync(Contact ^ aggregateContact, Contact ^ rawContact) = TrySetPreferredSourceForPictureAsync;
IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact const& aggregateContact, Contact const& rawContact);
public IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact aggregateContact, Contact rawContact);
function trySetPreferredSourceForPictureAsync(aggregateContact, rawContact)
Public Function TrySetPreferredSourceForPictureAsync (aggregateContact As Contact, rawContact As Contact) As IAsyncOperation(Of Boolean)

パラメーター

aggregateContact
Contact

図を設定する集約連絡先。

rawContact
Contact

集計の画像を提供する未加工の連絡先。

戻り値

成功した場合は true、それ以外の場合は false

Windows の要件

アプリの機能
contactsSystem

適用対象