ContactReader.GetMatchingPropertiesWithMatchReason(Contact) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
Returns
The list of matching properties and match reasons.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
These results can be used for hit highlighting.