Compartilhar via


ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm method

Recupera a lista de atributos a melhor opção de palavra-chave especificada.

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

Syntax

'Declaração
<OperationContractAttribute> _
Function GetBestBetsInfoForSpecialTerm ( _
    st As Keyword, _
    ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Uso
Dim instance As ISearchSiteAdministrationServiceApplication
Dim st As Keyword
Dim bestBetIds As ArrayList
Dim returnValue As Dictionary(Of Uri, BestBet)

returnValue = instance.GetBestBetsInfoForSpecialTerm(st, _
    bestBetIds)
[OperationContractAttribute]
Dictionary<Uri, BestBet> GetBestBetsInfoForSpecialTerm(
    Keyword st,
    ref ArrayList bestBetIds
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.Dictionary<Uri, BestBet>
A coleção de melhores opções de palavra-chave.

Comentários

Implementar classes para garantir que o valor do parâmetro st não deve ser null .

Ver também

Referência

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace