RankingLabeling.GetJudgementsForQuery - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetJudgementsForQuery ( _
query As String _
) As Dictionary(Of String, Integer)
'Utilisation
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
)
Paramètres
- query
Type : System.String
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<String, Int32>