NavigationEventArgs.Page 属性

定义

获取删除或新显示的页。

public:
 property Microsoft::Maui::Controls::Page ^ Page { Microsoft::Maui::Controls::Page ^ get(); };
public Microsoft.Maui.Controls.Page Page { get; }
member this.Page : Microsoft.Maui.Controls.Page
Public ReadOnly Property Page As Page

属性值

注解

对于 Pushed,这是 Page 已删除的 。 对于 PushedPoppedToRoot 它分别是新可见的页面、推送的页面或根。

适用于