アプリケーション バーのアイコン URI を含めると、それらはフォルダーに含まれますが、私のアイコンではなくデフォルトの「X」アイコンが表示されます。これが私のコードです:
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
<shell:ApplicationBarIconButton IconUri="/Images/help.png" Text="Help"/>
<shell:ApplicationBar.MenuItems>
<shell:ApplicationBarMenuItem Text="about"/>
</shell:ApplicationBar.MenuItems>
</shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
表示されるデフォルトのアイコンは次のとおりです。