ShellSection.Items 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 coleção de ShellContent itens nesta secção. Esta é uma propriedade vinculável.
public:
property System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellContent ^> ^ Items { System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellContent ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellContent> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellContent>
Public ReadOnly Property Items As IList(Of ShellContent)