我将 URI 绑定到一个字符串:
<Image>
<Image.Source>
<BitmapImage UriSource="{Binding ItemValue}" />
</Image.Source>
</Image>
作为回报,这条路径被返回:
<ResourceValue>pack://application:,,,AssemblyOutput;component/Resources/HelloThere.PNG</ResourceValue>
文件夹名称为AssemblyOutput > Resources > HelloThere.png
,因此存在正确的路径,但会引发找不到文件的异常。