ShellNavigationState 类

定义

一个 URI,表示 Shell 应用程序中的当前页或导航目标。

[System.Diagnostics.DebuggerDisplay("Location = {Location}")]
public class ShellNavigationState
type ShellNavigationState = class
继承
System.Object
ShellNavigationState
属性
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 应用程序中的当前页或导航目标。

适用于