Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1008 Bytes

settingspane_getforcurrentview_1363600702.md

File metadata and controls

26 lines (18 loc) · 1008 Bytes
-api-id -api-type
M:Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView
winrt method

Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView

-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.

-examples

-see-also