Window.Title 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗的標題。
public:
property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.Title)]
public string Title { get; set; }
[<System.Windows.Localizability(System.Windows.LocalizationCategory.Title)>]
member this.Title : string with get, set
Public Property Title As String
屬性值
包含視窗標題的 String。
- 屬性
備註
您也可以使用 Page.WindowTitle來設定、 NavigationWindow或瀏覽器的Window標題。
相依性屬性資訊
標識元欄位 | TitleProperty |
設定為的元數據屬性 true |
無 |