NavigationManager.Uri プロパティ

定義

現在の 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 トリガーされません。

適用対象