Query.HighlightStringValue method
Realça todas as ocorrências dos termos da consulta especificada em uma seqüência de caracteres.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function HighlightStringValue ( _
strValue As String, _
fLastTermByPrefix As Boolean, _
fQuerySuggestions As Boolean, _
<OutAttribute> ByRef fHasHighLight As Boolean _
) As String
'Uso
Dim instance As Query
Dim strValue As String
Dim fLastTermByPrefix As Boolean
Dim fQuerySuggestions As Boolean
Dim fHasHighLight As Boolean
Dim returnValue As String
returnValue = instance.HighlightStringValue(strValue, _
fLastTermByPrefix, fQuerySuggestions, _
fHasHighLight)
public string HighlightStringValue(
string strValue,
bool fLastTermByPrefix,
bool fQuerySuggestions,
out bool fHasHighLight
)
Parâmetros
strValue
Type: System.StringA seqüência de caracteres para realçar os termos da consulta no.
fLastTermByPrefix
Type: System.BooleanEspecifica se o último termo da consulta deve corresponder ao prefixo. true se qualquer termo no elemento strValue que corresponde ao prefixo do último termo da consulta devem ser destacados; Caso contrário, false, se todos os termos no elemento strValue devem ser destacados apenas se corresponderem exatamente os termos da consulta.
fQuerySuggestions
Type: System.BooleanEspecifica que a seqüência de caracteres é uma sugestão de consulta. true se a seqüência de caracteres é uma sugestão de consulta; Caso contrário, false.
fHasHighLight
Type: System.BooleanEspecifica se a seqüência de caracteres contém quaisquer termos realçados.
Valor retornado
Type: System.String
A seqüência de caracteres com os termos especificados realçado.