Compartilhar via


QueryProperties.HitHighlightedProperties property

Obtém a lista de propriedades realçado hit.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property HitHighlightedProperties As StringCollection
    Get
    Friend Set
'Uso
Dim instance As QueryProperties
Dim value As StringCollection

value = instance.HitHighlightedProperties
[DataMemberAttribute]
public StringCollection HitHighlightedProperties { get; internal set; }

Property value

Type: System.Collections.Specialized.StringCollection
Uma coleção que contém a lista de propriedades realçado hit.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace