MenuBar.Items Property

Definition

Gets the collection of top-level menu items.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property IVector<MenuBarItem ^> ^ Items { IVector<MenuBarItem ^> ^ get(); };
IVector<MenuBarItem> Items();
public IList<MenuBarItem> Items { get; }
Public ReadOnly Property Items As IList(Of MenuBarItem)

Property Value

The collection of top-level menu items.

Applies to