MenuFlyout.Items 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 collection used to generate the content of the menu.
public:
property IVector<MenuFlyoutItemBase ^> ^ Items { IVector<MenuFlyoutItemBase ^> ^ get(); };
IVector<MenuFlyoutItemBase> Items();
public IList<MenuFlyoutItemBase> Items { get; }
var iVector = menuFlyout.items;
Public ReadOnly Property Items As IList(Of MenuFlyoutItemBase)
<MenuFlyout>
oneOrMoreItems
</MenuFlyout>
Property Value
The collection that is used to generate the content of the menu. The default is an empty collection.