你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchResult<T>.Highlights 属性

定义

文档中指示匹配搜索词的文本片段,按每个适用字段进行组织;如果未为查询启用命中突出显示,则为 null。

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Highlights { get; }
member this.Highlights : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public ReadOnly Property Highlights As IDictionary(Of String, IList(Of String))

属性值

适用于