다음을 통해 공유


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 팝업된 페이지를 나타냅니다. 페이지 순서는 팝된 스택의 순서를 나타냅니다. 컬렉션의 첫 번째 페이지는 루트 페이지에 가장 가까운 페이지입니다.

적용 대상