AccountsSettingsPaneCommandsRequestedEventArgs.Commands Property

Definition

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.

Applies to

See also