Condividi tramite


AccountsSettingsPaneCommandsRequestedEventArgs.Commands Proprietà

Definizione

Ottiene la raccolta SettingsCommand per il riquadro delle impostazioni dell'account.

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)

Valore della proprietà

Comandi delle impostazioni.

Si applica a

Vedi anche