/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/cmdpal/Microsoft.Terminal.UI/ResourceString.cpp
17 строк
529 B
Mike Griese
Add the Command Palette module (#37908)
19 мар 2025, 11:39
Не верифицирован
19 мар 2025, 11:39
f68f408
Код
Авторство
О чём код?
#include "pch.h" // #include "ResourceString.h" // #include "ResourceString.g.cpp" // namespace winrt::Microsoft::Terminal::UI::implementation // { // winrt::Windows::Foundation::IInspectable ResourceString::ProvideValue() // { // if (tree_.empty()) // { // return nullptr; // } // auto loader{ winrt::Windows::ApplicationModel::Resources::ResourceLoader::GetForCurrentView(tree_ + L"/Resources") }; // return winrt::box_value(loader.GetString(name_)); // } // }