ShellItem.IShellItemController.GetItems Method
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.
virtual System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Maui::Controls::ShellSection ^> ^ Microsoft.Maui.Controls.IShellItemController.GetItems() = Microsoft::Maui::Controls::IShellItemController::GetItems;
System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellSection> IShellItemController.GetItems ();
abstract member Microsoft.Maui.Controls.IShellItemController.GetItems : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellSection>
override this.Microsoft.Maui.Controls.IShellItemController.GetItems : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellSection>
Function GetItems () As ReadOnlyCollection(Of ShellSection) Implements IShellItemController.GetItems