ShellNavigationState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A URI representing either the current page or a destination for navigation in a Shell application.
[System.Diagnostics.DebuggerDisplay("Location = {Location}")]
public class ShellNavigationState
type ShellNavigationState = class
- Inheritance
-
System.ObjectShellNavigationState
- Attributes
-
System.Diagnostics.DebuggerDisplayAttribute
Constructors
ShellNavigationState() | |
ShellNavigationState(String) | |
ShellNavigationState(Uri) |
Properties
Location |
Operators
Implicit(String to ShellNavigationState) | |
Implicit(Uri to ShellNavigationState) |