Page.MenuBarItems 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 MenuBarItem objects for this page, implemented in a platform-specific manner.
public:
property System::Collections::Generic::IList<Microsoft::Maui::Controls::MenuBarItem ^> ^ MenuBarItems { System::Collections::Generic::IList<Microsoft::Maui::Controls::MenuBarItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.MenuBarItem> MenuBarItems { get; }
member this.MenuBarItems : System.Collections.Generic.IList<Microsoft.Maui.Controls.MenuBarItem>
Public ReadOnly Property MenuBarItems As IList(Of MenuBarItem)