Partager via


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Propriété

Définition

Obtient la collection WebAccountCommand pour le volet paramètres du compte.

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)

Valeur de propriété

Collection de comptes web.

S’applique à

Voir aussi