共用方式為


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 已移除的 。 PoppedToRoot針對 Pushed ,它是新可見的頁面、推送的頁面或根。

適用於