Click to Rate and Give Feedback
MSDN
MSDN Library
 RemoveBackEntry Method
Collapse All/Expand All Collapse All
Windows Phone Class Library
NavigationService..::.RemoveBackEntry Method

March 22, 2012

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:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
Visual Basic (Declaration)
Public Function RemoveBackEntry As JournalEntry
C#
public JournalEntry RemoveBackEntry()

Return Value

Type: System.Windows.Navigation..::.JournalEntry
Returns JournalEntry. The list of JournalEntry items.

Windows Phone OS

Supported in: 7.1

Windows Phone

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker