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
- sourceId
Type : System.Guid
Valeur renvoyée
Type : System.Collections.Generic.List<String>
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms