MenuFlyoutSubItem.Items Property

Definition

Gets the collection used to generate the content of the sub-menu.

public:
 property IVector<MenuFlyoutItemBase ^> ^ Items { IVector<MenuFlyoutItemBase ^> ^ get(); };
IVector<MenuFlyoutItemBase> Items();
public IList<MenuFlyoutItemBase> Items { get; }
var iVector = menuFlyoutSubItem.items;
Public ReadOnly Property Items As IList(Of MenuFlyoutItemBase)
<MenuFlyoutSubItem>
  oneOrMoreItems
</MenuFlyoutSubItem>

Property Value

The collection that is used to generate the content of the sub-menu, if it exists; otherwise, null. The default is an empty collection.

Applies to