AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Property

Definition

Gets the WebAccountCommand collection for the account settings pane.

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)

Property Value

The web account collection.

Applies to

See also