AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountProviderCommands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the WebAccountProviderCommand collection for the account settings pane.
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)
Property Value
The web account provider command collection.