MenuFlyout.Items Property

Definition

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.

Applies to

See also