RemoteRanking.GetQuerySuggestionCandidates method
This member overrides RankingManager.GetQuerySuggestionCandidates(Guid).
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Overrides Function GetQuerySuggestionCandidates ( _
sourceId As Guid _
) As List(Of String)
'Uso
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
)
Parâmetros
- sourceId
Type: System.Guid
Valor retornado
Type: System.Collections.Generic.List<String>