AccountsSettingsPaneCommandsRequestedEventArgs.Commands 属性

定义

获取帐户设置窗格的 SettingsCommand 集合。

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)

属性值

设置命令。

适用于

另请参阅