Share via


ContactMatchReason.Segments Property

Definition

Gets a list of matching TextSegment objects which tells you what to highlight in your view as the result of a contact search.

public:
 property IVectorView<TextSegment> ^ Segments { IVectorView<TextSegment> ^ get(); };
IVectorView<TextSegment> Segments();
public IReadOnlyList<TextSegment> Segments { get; }
var iVectorView = contactMatchReason.segments;
Public ReadOnly Property Segments As IReadOnlyList(Of TextSegment)

Property Value

The list of matching TextSegment objects.

Windows requirements

App capabilities
contactsSystem

Applies to