RemoteRanking.GetQuerySuggestionCandidates - Méthode
Ce membre remplace RankingManager.GetQuerySuggestionCandidates(Guid).
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Overrides Function GetQuerySuggestionCandidates ( _
sourceId As Guid _
) As List(Of String)
'Utilisation
Dim instance As RemoteRanking
Dim sourceId As Guid
Dim returnValue As List(Of String)
returnValue = instance.GetQuerySuggestionCandidates(sourceId)
public override 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