Partager via


AccountsSettingsPaneCommandsRequestedEventArgs.Commands Propriété

Définition

Obtient la collection SettingsCommand pour le volet paramètres du compte.

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)

Valeur de propriété

Commandes de paramètres.

S’applique à

Voir aussi