Frame.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
否則為 。
備註
請參閱 NavigationService.CurrentSource。