Application.MainPage Özellik

Tanım

Dikkat

This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.

Dikkat

This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.

Uygulamanın kök sayfasını alır veya ayarlar.

C#
public Microsoft.Maui.Controls.Page? MainPage { get; set; }
C#
public Microsoft.Maui.Controls.Page? MainPage { [System.Obsolete("This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.")] get; [System.Obsolete("This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window.  Additionally, each element features a Window property, accessible when it's part of the current window.")] set; }

Özellik Değeri

Uygulamanın kök sayfası.

Öznitelikler

Açıklamalar

Uygulama geliştiricisi olarak ayarlamayı denerse bu nullözellik bir özel durum oluşturur.

Şunlara uygulanır

Ürün Sürümler (Kullanım dışı)
.NET MAUI 8 (9)