diff options
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.h')
-rw-r--r-- | cpp/test/WinRT/TestSuite/MainPage.xaml.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.h b/cpp/test/WinRT/TestSuite/MainPage.xaml.h index ee23363b5a2..a49f4b546bc 100644 --- a/cpp/test/WinRT/TestSuite/MainPage.xaml.h +++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.h @@ -17,6 +17,7 @@ namespace TestSuite /// <summary> /// An empty page that can be used on its own or navigated to within a Frame. /// </summary> +[Windows::Foundation::Metadata::WebHostHidden] public ref class MainPage sealed { public: @@ -27,7 +28,7 @@ public: void failed(Platform::String^ reason); protected: - + virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override; private: |