Partager via


RankingManager.GetQuerySuggestionCandidates - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetQuerySuggestionCandidates ( _
    sourceId As Guid _
) As List(Of String)
'Utilisation
Dim instance As RankingManager
Dim sourceId As Guid
Dim returnValue As List(Of String)

returnValue = instance.GetQuerySuggestionCandidates(sourceId)
public abstract List<string> GetQuerySuggestionCandidates(
    Guid sourceId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<String>

Voir aussi

Référence

RankingManager classe

RankingManager - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms