ShellSection.GetNavigationStack Method

Definition

protected:
 virtual System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Page ^> ^ GetNavigationStack();
protected virtual System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page> GetNavigationStack ();
abstract member GetNavigationStack : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page>
override this.GetNavigationStack : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page>
Protected Overridable Function GetNavigationStack () As IReadOnlyList(Of Page)

Returns

Applies to