AccountsSettingsPaneConfig Constructor
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.
Initializes a new instance of the AccountsSettingsPaneConfig struct.
public AccountsSettingsPaneConfig(string addAccountHeaderText = default, string manageAccountHeaderText = default, System.Collections.Generic.IList<Windows.UI.ApplicationSettings.SettingsCommand> commands = default, CommunityToolkit.Authentication.WebAccountCommandParameter accountCommandParameter = default);
new CommunityToolkit.Authentication.AccountsSettingsPaneConfig : string * string * System.Collections.Generic.IList<Windows.UI.ApplicationSettings.SettingsCommand> * CommunityToolkit.Authentication.WebAccountCommandParameter -> CommunityToolkit.Authentication.AccountsSettingsPaneConfig
Public Sub New (Optional addAccountHeaderText As String = Nothing, Optional manageAccountHeaderText As String = Nothing, Optional commands As IList(Of SettingsCommand) = Nothing, Optional accountCommandParameter As WebAccountCommandParameter = Nothing)
Parameters
- addAccountHeaderText
- String
The header text for the add accounts settings pane.
- manageAccountHeaderText
- String
The header text for the manage accounts settings pane.
- commands
- IList<Windows.UI.ApplicationSettings.SettingsCommand>
The SettingsCommand collection for the account settings pane.
- accountCommandParameter
- WebAccountCommandParameter
The WebAccountCommandParameter for the account settings pane.