SettingsPaneCommandsRequest.ApplicationCommands | applicationCommands property
A vector that is available during the CommandsRequested event. Append SettingsCommand objects to it to make them available to the SettingsPane UI.
Syntax
var applicationCommands = settingsPaneCommandsRequest.applicationCommands;
Property value
Type: IVector<SettingsCommand> [JavaScript/C++] | System.Collections.Generic.IList<SettingsCommand> [.NET]
The vector of SettingsCommand objects.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
