ShellNavigationState 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 URI,表示 Shell 应用程序中的当前页或导航目标。
[System.Diagnostics.DebuggerDisplay("Location = {Location}")]
public class ShellNavigationState
type ShellNavigationState = class
- 继承
-
System.ObjectShellNavigationState
- 属性
-
System.Diagnostics.DebuggerDisplayAttribute
构造函数
ShellNavigationState() |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |
ShellNavigationState(String) |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |
ShellNavigationState(Uri) |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |
属性
Location |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |
运算符
Implicit(String to ShellNavigationState) |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |
Implicit(Uri to ShellNavigationState) |
一个 URI,表示 Shell 应用程序中的当前页或导航目标。 |