Share via


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Eigenschaft

Definition

Ruft die WebAccountCommand-Auflistung für den Bereich "Kontoeinstellungen" ab.

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)

Eigenschaftswert

Die Webkontosammlung.

Gilt für:

Weitere Informationen