NavigationEventArgs.Page 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取删除或新显示的页。
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 已删除的 。 对于 Pushed , PoppedToRoot 它分别是新可见的页面、推送的页面或根。