Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のものを持っています:
<BitmapImage UriSource="{Binding resource}" />
リソースは、画像の場所を保持するクラスの文字列です。これは、リソースが絶対パスの場合は機能しますが、パスが相対パスの場合は機能しません。
pack URIを使用する必要があることを理解しています。しかし、この場合、どのように実装すればよいでしょうか?
画像の場所を保持する文字列に pack URI を使用してみてください
pack://siteoforigin:,,,/yourimagefilename.jpg