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 ,表示弹出的页面。 页面的顺序表示弹出的堆栈的顺序。 集合中的第一页是离根页最近的页面。

适用于