PoppedToRootEventArgs.PoppedPages 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已從巡覽堆疊中移除的頁面集合。
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 ,代表已彈出的頁面。 頁面的順序代表已彈出的堆疊順序。 集合中的第一頁是最接近根頁面的頁面。