NavigationViewItem.MenuItems プロパティ

定義

NavigationViewItem の子として表示されるメニュー項目のコレクションを取得します。

public:
 property IVector<Platform::Object ^> ^ MenuItems { IVector<Platform::Object ^> ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
IVector<IInspectable> MenuItems();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public IList<object> MenuItems { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; }
var iVector = navigationViewItem.menuItems;
Public ReadOnly Property MenuItems As IList(Of Object)
<NavigationViewItem>
  <NavigationViewItem.MenuItems>
    NavigationViewItem
  </NavigationViewItem.MenuItems>
</NavigationViewItem>

プロパティ値

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

NavigationViewItem の子として表示されるメニュー項目のコレクション。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

適用対象