Share via


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountProviderCommands Propiedad

Definición

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

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

Valor de propiedad

Colección de comandos del proveedor de cuentas web.

Se aplica a

Consulte también