Compartilhar via


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Propriedade

Definição

Obtém a coleção WebAccountCommand para o painel de configurações da conta.

public:
 property IVector<WebAccountCommand ^> ^ WebAccountCommands { IVector<WebAccountCommand ^> ^ get(); };
IVector<WebAccountCommand> WebAccountCommands();
public IList<WebAccountCommand> WebAccountCommands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.webAccountCommands;
Public ReadOnly Property WebAccountCommands As IList(Of WebAccountCommand)

Valor da propriedade

A coleção de contas da Web.

Aplica-se a

Confira também