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