Bagikan melalui


AccountsSettingsPaneCommandsRequestedEventArgs.Commands Properti

Definisi

Mendapatkan pengaturanKumpulan perintah untuk panel pengaturan akun.

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)

Nilai Properti

Perintah pengaturan.

Berlaku untuk

Lihat juga