Freigeben über


AccountsSettingsPaneCommandsRequestedEventArgs.Commands Eigenschaft

Definition

Ruft die SettingsCommand-Auflistung für den Bereich Kontoeinstellungen ab.

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)

Eigenschaftswert

Die Einstellungsbefehle.

Gilt für:

Weitere Informationen