Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView
September 2, 2020 ยท View on GitHub
-description
Note
SettingsPane is deprecated, and might not work on all versions of Windows 10. Instead of using a SettingsPane, integrate settings options into the app experience. For more info, see Guidelines for app settings.
Gets a SettingsPane object that is associated with the current app view (that is, with CoreWindow).
-returns
The settings pane.
-remarks
If you're creating an app with XAML, you should override OnWindowCreated in App.xaml.cs/vb/cpp to register the CommandsRequested event there.