と という名前のページがあり、とPage1.xaml
からアクセスできます。からに戻りたくありません。Page2.xaml
Page3.xaml
Page1
Page3
Page2
これを行うと、例外が発生します。
if (this.NavigationService.BackStack.Any())
{
}
それは:Attempted to read or write protected memory.
WP7 と WP8 の両方で動作するように上記のことを簡単に実行する方法を教えてください (msdn のドキュメントではあちこちで説明されているので、要点を逃しています。)
更新NavigationService.CanGoBack
:同じエラーを使用すると発生します:Attempted to read or write protected memory. This is often an indication that other memory is corrupt.