ShellItem.Items Property

Definition

The collection of ShellSection objects managed by thisShellItem.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellSection ^> ^ Items { System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellSection ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellSection> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellSection>
Public ReadOnly Property Items As IList(Of ShellSection)

Property Value

Applies to