[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:
Andrea Bartolucci
2024-11-27 18:30:25 +01:00
committed by GitHub
parent 084402a2bd
commit a90b646e72

View File

@@ -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),