[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 коммит произвёл GitHub
Родитель 084402a2bd
Коммит a90b646e72
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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