Shell.IShellController.GetItems Method

Definition

 virtual System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Maui::Controls::ShellItem ^> ^ Microsoft.Maui.Controls.IShellController.GetItems() = Microsoft::Maui::Controls::IShellController::GetItems;
System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellItem> IShellController.GetItems ();
abstract member Microsoft.Maui.Controls.IShellController.GetItems : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellItem>
override this.Microsoft.Maui.Controls.IShellController.GetItems : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.ShellItem>
Function GetItems () As ReadOnlyCollection(Of ShellItem) Implements IShellController.GetItems

Returns

Implements

Applies to