PhoneApplicationFrame.RemoveBackEntry Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This method is used to remove the most recent entry from the back stack, or throws an InvalidOperationException if there are no more entries to remove. If you want to remove more than one item, you call this method multiple times. This API is synchronous and must be called from the UI thread.
Namespace: Microsoft.Phone.Controls
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Function RemoveBackEntry As JournalEntry
public JournalEntry RemoveBackEntry()
Return Value
Type: System.Windows.Navigation..::.JournalEntry
Returns JournalEntry. The list of JournalEntry items.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone