Share via


ContactMatchReason.Segments プロパティ

定義

連絡先検索の結果としてビューで強調表示する内容を示す、一致する TextSegment オブジェクトの一覧を取得します。

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)

プロパティ値

一致する TextSegment オブジェクトの一覧。

Windows の要件

アプリの機能
contactsSystem

適用対象