Frame.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 を使用して移動した場合は、最後に移動したコンテンツの場合は A Uri 。それ以外の場合は . null

注釈

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

適用対象