Application.MainPage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public Xamarin.Forms.Page MainPage { get; set; }
member this.MainPage : Xamarin.Forms.Page with get, set
屬性值
應用程式的根頁面。
備註
如果應用程式開發人員嘗試將它設定為 null
,這個屬性就會擲回例外狀況。
適用於