NavigationWindow.CurrentSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得最後巡覽之內容的統一資源識別項 (URI)。
public:
property Uri ^ CurrentSource { Uri ^ get(); };
public Uri CurrentSource { get; }
member this.CurrentSource : Uri
Public ReadOnly Property CurrentSource As Uri
屬性值
如果已使用 URI 巡覽至 ,則上次巡覽至內容的 URI;否則為 null
。
備註
請參閱 NavigationWindow.CurrentSource。