RemoteRanking.GetQuerySuggestionCandidates 方法

该成员将替代 RankingManager.GetQuerySuggestionCandidates(Guid)

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

语法

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

参数

返回值

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

另请参阅

引用

RemoteRanking 类

RemoteRanking 成员

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