The NavigationHistory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddItem |
Adds the item to the navigation history.
| |
| Clear |
Clears this instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GoBack |
Navigates to the most recent entry in the back navigation history, or throws an exception if no entry exists in back navigation.
| |
| GoForward |
Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged |
Raised the PropertyChanged event.
(Inherited from NotifyPropertyChanged.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |