RankingManager.GetQuerySuggestionCandidates 方法

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public MustOverride Function GetQuerySuggestionCandidates ( _
    sourceId As Guid _
) As List(Of String)
用法
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
)

参数

返回值

类型:System.Collections.Generic.List<String>

另请参阅

引用

RankingManager 类

RankingManager 成员

Microsoft.Office.Server.Search.Administration 命名空间