NavigationManager.Uri 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置当前 URI。 始终 Uri 以字符串形式表示为绝对 URI。
public: property System::String ^ Uri { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string Uri { get; protected set; }
member this.Uri : string with get, set
Public Property Uri As String
属性值
注解
设置 Uri 不会触发事件 LocationChanged 。