Edit

Share via


AccountsSettingsPaneConfig Constructor

Definition

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.

Applies to