ShellSection.Stack Propriedade
Definição
Importante
Alguma informação relaciona-se com produtos pré-lançamento que podem ser substancialmente modificados antes de serem lançados. A Microsoft não oferece garantias, expressas ou implícitas, relativamente à informação aqui fornecida.
Obtém a pilha atual de páginas de navegação nesta secção.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Page ^> ^ Stack { System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Page ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page> Stack { get; }
member this.Stack : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page>
Public ReadOnly Property Stack As IReadOnlyList(Of Page)