Compartilhar via


HighlightedString.HighlightCount property

Obtém ou define o número de vezes que um termo realçado acerto aparece no resumo.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property HighlightCount As Integer
    Get
    Set
'Uso
Dim instance As HighlightedString
Dim value As Integer

value = instance.HighlightCount

instance.HighlightCount = value
[DataMemberAttribute]
public int HighlightCount { get; set; }

Property value

Type: System.Int32
O número de ocorrências do termo realçado hit.

Ver também

Referência

HighlightedString class

HighlightedString members

Microsoft.Office.Server.Search.Query namespace