NavigationView.FooterMenuItemsSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 对象,该对象表示将在页脚菜单中使用的导航项。
public:
property Platform::Object ^ FooterMenuItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable FooterMenuItemsSource();
void FooterMenuItemsSource(IInspectable value);
public object FooterMenuItemsSource { get; set; }
var object = navigationView.footerMenuItemsSource;
navigationView.footerMenuItemsSource = object;
Public Property FooterMenuItemsSource As Object
属性值
用于生成 NavigationView FooterMenuItems 内容的对象。 默认值为 null。