NavigationPage.INavigationPageController.Pages Property

Definition

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

Property Value

Implements

Applies to