Page.Title 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標題,顯示在頁頭面板上。
public:
virtual property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Localizable(true)]
public virtual string Title { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Title : string with get, set
Public Overridable Property Title As String
屬性值
標題顯示在標題面板上。
- 屬性