Partager via


SearchResult<T>.Highlights Propriété

Définition

Obtient des fragments de texte du document qui indiquent les termes de recherche correspondants, organisés par chaque champ applicable ; Null si la mise en surbrillance de l’accès n’a pas été activée pour la requête.

[Newtonsoft.Json.JsonProperty(PropertyName="@search.highlights")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Highlights { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.highlights")>]
member this.Highlights : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public ReadOnly Property Highlights As IDictionary(Of String, IList(Of String))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à