Navigation Methods
Provides members that support navigation within Windows Modern UI applications.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetNavigateTo(DependencyObject) static | Gets a navigation destination for a specific element. |
| GetNavigationHandler(DependencyObject) static | Gets a handler for navigation events of a specific object. |
| GetNavigationParameter(DependencyObject) static | Gets the navigation parameter for a specific element. |
| GetNavigationTarget(DependencyObject) static | Gets a Navigation Frame assigned to a specific object. |
| GetSaveToNavigationJournal(DependencyObject) static | Gets the value of the SaveToNavigationJournal attached property for the specified DependencyObject. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetNavigateTo(DependencyObject, Object) static | Sets the navigation destination for the specific object. |
| SetNavigationHandler(DependencyObject, INavigationHandler) static | Sets a handler for navigation events of a specific object. |
| SetNavigationParameter(DependencyObject, Object) static | Sets a navigation parameter for a specific element. |
| SetNavigationTarget(DependencyObject, Object) static | Sets the Navigation Frame for a specific object. |
| SetSaveToNavigationJournal(DependencyObject, Boolean) static | Sets the value of the SaveToNavigationJournal attached property for the specified DependencyObject. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also