Compartir a través de


AccountsSettingsPaneCommandsRequestedEventArgs.Commands Propiedad

Definición

Obtiene la colección SettingsCommand para el panel de configuración de la cuenta.

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)

Valor de propiedad

Los comandos de configuración.

Se aplica a

Consulte también