Share via


ContactReader.GetMatchingPropertiesWithMatchReason(Contact) メソッド

定義

連絡先が検索クエリと一致した理由を取得します。 一致するプロパティと部分文字列を返します。

public:
 virtual IVectorView<ContactMatchReason ^> ^ GetMatchingPropertiesWithMatchReason(Contact ^ contact) = GetMatchingPropertiesWithMatchReason;
IVectorView<ContactMatchReason> GetMatchingPropertiesWithMatchReason(Contact const& contact);
public IReadOnlyList<ContactMatchReason> GetMatchingPropertiesWithMatchReason(Contact contact);
function getMatchingPropertiesWithMatchReason(contact)
Public Function GetMatchingPropertiesWithMatchReason (contact As Contact) As IReadOnlyList(Of ContactMatchReason)

パラメーター

contact
Contact

一致するプロパティを取得する 連絡先

戻り値

一致するプロパティと一致する理由の一覧。

Windows の要件

アプリの機能
contactsSystem

注釈

これらの結果は、ヒット強調表示に使用できます。

適用対象