NavigationViewItem.MenuItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取显示为 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>
属性值
显示为 NavigationViewItem 子级的菜单项的集合。
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute