/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/cmdpal/Microsoft.Terminal.UI/ResourceString.h
43 строки
959 B
Mike Griese
Add the Command Palette module (#37908)
19 мар 2025, 11:39
Не верифицирован
19 мар 2025, 11:39
f68f408
Код
Авторство
О чём код?
// #pragma once // #include "ResourceString.g.h" // namespace winrt::Microsoft::Terminal::UI::implementation // { // struct ResourceString : ResourceStringT<ResourceString> // { // ResourceString() noexcept = default; // hstring Tree() // { // return tree_; // } // void Tree(hstring const& value) // { // tree_ = value; // } // hstring Name() // { // return name_; // } // void Name(hstring const& value) // { // name_ = value; // } // winrt::Windows::Foundation::IInspectable ProvideValue(); // private: // winrt::hstring tree_; // winrt::hstring name_; // }; // } // namespace winrt::Microsoft::Terminal::UI::factory_implementation // { // struct ResourceString : ResourceStringT<ResourceString, implementation::ResourceString> // { // }; // }