/ src / modules / cmdpal / Microsoft.Terminal.UI / ResourceString.cpp
ResourceString.cpp
 1  #include "pch.h"
 2  // #include "ResourceString.h"
 3  // #include "ResourceString.g.cpp"
 4  
 5  // namespace winrt::Microsoft::Terminal::UI::implementation
 6  // {
 7  //     winrt::Windows::Foundation::IInspectable ResourceString::ProvideValue()
 8  //     {
 9  //         if (tree_.empty())
10  //         {
11  //             return nullptr;
12  //         }
13  
14  //         auto loader{ winrt::Windows::ApplicationModel::Resources::ResourceLoader::GetForCurrentView(tree_ + L"/Resources") };
15  //         return winrt::box_value(loader.GetString(name_));
16  //     }
17  // }