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)
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.