0 out of 1 rated this helpful - Rate this topic

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

Windows.UI.ApplicationSettings
Windows::UI::ApplicationSettings [C++]

Metadata

Windows.winmd

See also

SettingsPaneCommandsRequest

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.