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
)
参数
- sourceId
类型:System.Guid
返回值
类型:System.Collections.Generic.List<String>