다음을 통해 공유


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

설명

이러한 결과는 적중 항목 강조 표시에 사용할 수 있습니다.

적용 대상