Frame.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前內容的統一資源識別項 (URI),或目前正在巡覽之新內容的 URI。
public:
property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.Bindable(true)]
public Uri Source { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Source : Uri with get, set
Public Property Source As Uri
屬性值
Uri,其中包含目前內容的 URI,或目前正在流覽的內容。
- 屬性
範例
下列範例示範如何藉由設定 Source 屬性,流覽至統一資源識別項 (URI) 。
// Navigate to URI using the Source property
this.Source = new Uri("HomePage.xaml", UriKind.Relative);
' Navigate to URI using the Source property
Me.Source = New Uri("HomePage.xaml", UriKind.Relative)
備註
注意
統一資源識別項 (URI) 可以是相對或絕對。 如需詳細資訊,請參閱 WPF 中的 Pack URI。
相依性屬性資訊
識別碼欄位 | SourceProperty |
設定為 的中繼資料屬性 true |
Journal |