AccountsSettingsPaneCommandsRequestedEventArgs.Commands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SettingsCommand collection for the account settings pane.
public:
property IVector<SettingsCommand ^> ^ Commands { IVector<SettingsCommand ^> ^ get(); };
IVector<SettingsCommand> Commands();
public IList<SettingsCommand> Commands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.commands;
Public ReadOnly Property Commands As IList(Of SettingsCommand)
Property Value
The settings commands.