Condividi tramite


AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountCommands Proprietà

Definizione

Ottiene l'insieme WebAccountCommand per il riquadro impostazioni dell'account.

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)

Valore della proprietà

Raccolta di account Web.

Si applica a

Vedi anche