NavigationView.FooterMenuItemsSource 属性

定义

获取或设置表示在页脚菜单中使用的导航项的对象。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 property Platform::Object ^ FooterMenuItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable FooterMenuItemsSource();

void FooterMenuItemsSource(IInspectable value);
public object FooterMenuItemsSource { get; set; }
Public Property FooterMenuItemsSource As Object

属性值

Object

Platform::Object

IInspectable

用于生成 NavigationView FooterMenuItems 的内容的对象。 默认值为 null

适用于