RankingManager.GetQuerySuggestionCandidates-Methode
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride Function GetQuerySuggestionCandidates ( _
sourceId As Guid _
) As List(Of String)
'Usage
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
)
Parameter
- sourceId
Typ: System.Guid
Rückgabewert
Typ: System.Collections.Generic.List<String>