ShellSection.IShellSectionController.GetItems Method

Definition

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

Returns

Implements

Applies to