Partager via


ContactMatchReason.Segments Propriété

Définition

Obtient une liste d’objets TextSegment correspondants qui vous indique les éléments à mettre en surbrillance dans votre affichage à la suite d’une recherche de contact.

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)

Valeur de propriété

Liste des objets TextSegment correspondants.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à