共用方式為


Page.Title 屬性

定義

取得或設定頁面的標題。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

屬性值

備註

例如,此標題可能會顯示在飛出視窗選單或索引標籤中,以及 IconImageSource

適用於