Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

settingspanecommandsrequest_applicationcommands.md

File metadata and controls

25 lines (17 loc) · 1.04 KB
-api-id -api-type
P:Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest.ApplicationCommands
winrt property

Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest.ApplicationCommands

-description

Note

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

A vector that is available during the CommandsRequested event. Append SettingsCommand objects to it to make them available to the SettingsPaneUI.

-property-value

The vector of SettingsCommand objects.

-remarks

-examples

-see-also