Frame.BaseUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 一個 的基本統一資源識別碼(URI)。Frame
protected:
virtual property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
protected virtual Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Protected Overridable Property BaseUri As Uri
屬性值
控制項的 Frame 基礎統一資源識別碼(URI)。
備註
BaseUri 可設定以協助解析相對統一資源識別碼(URI),以便進一步導航。
要取得或設定控制項的 Frame 統一資源識別碼(URI),請使用屬性 Source 。
這是受保護的虛擬屬性,無法直接使用,但可用於衍生類別。