これはおそらくばかげた間違いですが、私のアイコンが Blend では表示されているのにシミュレーターでは表示されていない理由を誰か教えてもらえますか (VS10 では表示されませんが、それは実際には問題ではありません)。
編集- ここに私の XAML があります:
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
<shell:ApplicationBarIconButton IconUri="/Images/share.png" Text="Partager"/>
<shell:ApplicationBarIconButton IconUri="/Images/appbar.edit.rest.png" Text="Note"/>
<shell:ApplicationBarIconButton IconUri="/Images/appbar.feature.camera.rest.png" Text="Photos/Vidéos"/>
<shell:ApplicationBarIconButton IconUri="/Images/calendar.png" Text="Rendez-vous"/>
<shell:ApplicationBar.MenuItems>
<shell:ApplicationBarMenuItem Text="MenuItem 1"/>
<shell:ApplicationBarMenuItem Text="MenuItem 2"/>
</shell:ApplicationBar.MenuItems>
</shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
私の 4 つの .png ファイルは 48x48 で、前景が黒appbar.*.rest.png
の透明な .png です。これは、そのようなファイルが Microsoft アイコン フォルダーにあるためです。