共用方式為


PoppedToRootEventArgs.PoppedPages 屬性

定義

取得已從巡覽堆疊中移除的頁面集合。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Page ^> ^ PoppedPages { System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Page ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.Page> PoppedPages { get; }
member this.PoppedPages : seq<Microsoft.Maui.Controls.Page>
Public ReadOnly Property PoppedPages As IEnumerable(Of Page)

屬性值

備註

對於 PoppedToRoot ,代表已彈出的頁面。 頁面的順序代表已彈出的堆疊順序。 集合中的第一頁是最接近根頁面的頁面。

適用於