共用方式為


Application.MainPage 屬性

定義

取得或設定應用程式的根頁面。

public Xamarin.Forms.Page MainPage { get; set; }
member this.MainPage : Xamarin.Forms.Page with get, set

屬性值

應用程式的根頁面。

備註

如果應用程式開發人員嘗試將它設定為 null,這個屬性就會擲回例外狀況。

適用於