ShellSection.Stack Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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)