AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Propiedad

Definición

Obtiene la colección WebAccountCommand para el panel de configuración de la cuenta.

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 de propiedad

Colección de cuentas web.

Se aplica a

Consulte también