gpt4 book ai didi

c# - System.Windows.Application.GetResourceStream 返回 null

转载 作者:太空宇宙 更新时间:2023-11-03 16:55:40 25 4
gpt4 key购买 nike

如果我使用 Catalog.xaml 作为内容调试 WPF 应用程序,我无法获取它的资源流 - GetResourceStream 返回 null:


var uri = new Uri("/Assembly;component/Catalog.xaml", UriKind.Relative);<br/>
var foo = System.Windows.Application.GetResourceStream(uri);

foo 为空。我做错了什么?

最佳答案

我相信对于内容类型,您只需要项目名称:

var uri = new Uri(**"Catalog.xaml"**, UriKind.Relative);
var foo = System.Windows.Application.GetResourceStream(uri);

关于c# - System.Windows.Application.GetResourceStream 返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2141998/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com