我目前正在使用 T10 开发一个简单的应用程序,使用空白模板。然后,我从 Hamburger 模板中看到您通过像这样添加Application.Resource
将Custom.xaml 主题应用到 App.xamlApp.xaml
<common:BootStrapper x:Class="T10Hamburger.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:common="using:Template10.Common">
<Application.Resources>
<ResourceDictionary Source="Styles\Custom.xaml" />
</Application.Resources>
</common:BootStrapper>
我在我的项目中做了同样的事情,但我得到了 XAML 异常。
这是来自异常的消息:
“对 COM 组件的调用已返回错误 HRESULT E_FAIL。”
我错过了什么?
nb:注意一点,当我尝试手动输入 Application.Resource
App.xaml 时,Intellisense 没有捕捉到该 Application
部分,但后来显示当我尝试完成它时Resource