Shell.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of ShellItem objects in the Shell. This is a bindable property.
public:
property System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellItem ^> ^ Items { System::Collections::Generic::IList<Microsoft::Maui::Controls::ShellItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellItem> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Maui.Controls.ShellItem>
Public ReadOnly Property Items As IList(Of ShellItem)