del método RankingLabeling.GetJudgementsForQuery
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetJudgementsForQuery ( _
query As String _
) As Dictionary(Of String, Integer)
'Uso
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
)
Parámetros
- query
Tipo: System.String
Valor devuelto
Tipo: System.Collections.Generic.Dictionary<String, Int32>