[PTRun][WindowWalker]Added score to the results (#35691)
Added Score to the results returned by WindowWalker Co-authored-by: Andrea Bartolucci <8514491+andbartol@users.noreply.github.com>
This commit is contained in:
Родитель
084402a2bd
Коммит
a90b646e72
|
@ -68,6 +68,7 @@ namespace Microsoft.Plugin.WindowWalker.Components
|
|||
searchResult.Result.SwitchToWindow();
|
||||
return true;
|
||||
},
|
||||
Score = searchResult.Score,
|
||||
|
||||
// For debugging you can set the second parameter to true to see more information.
|
||||
ToolTipData = GetToolTip(searchResult.Result, false),
|
||||
|
|
Загрузка…
Ссылка в новой задаче