From 52e7fc488f51c70248682feefb5e15f77cb5c38e Mon Sep 17 00:00:00 2001 From: Ranjesh <28935693+ranjeshj@users.noreply.github.com> Date: Thu, 12 Nov 2020 07:03:19 -0800 Subject: [PATCH] make footer menu items public (#3519) --- dev/NavigationView/NavigationView.idl | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/dev/NavigationView/NavigationView.idl b/dev/NavigationView/NavigationView.idl index 9420775296..11a9d73241 100644 --- a/dev/NavigationView/NavigationView.idl +++ b/dev/NavigationView/NavigationView.idl @@ -175,11 +175,8 @@ unsealed runtimeclass NavigationView : Windows.UI.Xaml.Controls.ContentControl [MUX_DEFAULT_VALUE("1008.0")] [MUX_PROPERTY_VALIDATION_CALLBACK("CoerceToGreaterThanZero")] Double ExpandedModeThresholdWidth { get; set; }; - [WUXC_VERSION_PREVIEW] - { - Windows.Foundation.Collections.IVector FooterMenuItems{ get; }; - Object FooterMenuItemsSource{ get; set; }; - } + Windows.Foundation.Collections.IVector FooterMenuItems{ get; }; + Object FooterMenuItemsSource{ get; set; }; Windows.UI.Xaml.UIElement PaneFooter { get; set; }; Object Header { get; set; }; Windows.UI.Xaml.DataTemplate HeaderTemplate { get; set; }; @@ -216,11 +213,8 @@ unsealed runtimeclass NavigationView : Windows.UI.Xaml.Controls.ContentControl static Windows.UI.Xaml.DependencyProperty IsPaneOpenProperty { get; }; static Windows.UI.Xaml.DependencyProperty CompactModeThresholdWidthProperty { get; }; static Windows.UI.Xaml.DependencyProperty ExpandedModeThresholdWidthProperty { get; }; - [WUXC_VERSION_PREVIEW] - { - static Windows.UI.Xaml.DependencyProperty FooterMenuItemsProperty{ get; }; - static Windows.UI.Xaml.DependencyProperty FooterMenuItemsSourceProperty{ get; }; - } + static Windows.UI.Xaml.DependencyProperty FooterMenuItemsProperty{ get; }; + static Windows.UI.Xaml.DependencyProperty FooterMenuItemsSourceProperty{ get; }; static Windows.UI.Xaml.DependencyProperty PaneFooterProperty { get; }; static Windows.UI.Xaml.DependencyProperty HeaderProperty { get; }; static Windows.UI.Xaml.DependencyProperty HeaderTemplateProperty { get; };