NavigationWindow.CurrentSource プロパティ

定義

最後に移動した先のコンテンツの Uniform Resource Identifier (URI) を取得します。

public:
 property Uri ^ CurrentSource { Uri ^ get(); };
public Uri CurrentSource { get; }
member this.CurrentSource : Uri
Public ReadOnly Property CurrentSource As Uri

プロパティ値

Uri

URI を使用して に移動した場合に、最後に移動したコンテンツの URI。それ以外の場合は null

注釈

以下を参照してください。NavigationWindow.CurrentSource

適用対象