NavigationWindow.CurrentSource プロパティ

定義

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

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を参照してください。

適用対象