RankingLabeling.GetJudgementsForQuery 方法
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetJudgementsForQuery ( _
query As String _
) As Dictionary(Of String, Integer)
用法
Dim instance As RankingLabeling
Dim query As String
Dim returnValue As Dictionary(Of String, Integer)
returnValue = instance.GetJudgementsForQuery(query)
public Dictionary<string, int> GetJudgementsForQuery(
string query
)
参数
- query
类型:System.String
返回值
类型:System.Collections.Generic.Dictionary<String, Int32>