AccountsSettingsPaneConfig Struct
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.
Configuration values for the AccountsSettingsPane.
public struct AccountsSettingsPaneConfig
type AccountsSettingsPaneConfig = struct
Public Structure AccountsSettingsPaneConfig
- Inheritance
-
AccountsSettingsPaneConfig
Constructors
| AccountsSettingsPaneConfig(String, String, IList<SettingsCommand>, WebAccountCommandParameter) |
Initializes a new instance of the AccountsSettingsPaneConfig struct. |
Properties
| AccountCommandParameter |
Gets or sets the WebAccountCommandParameter for the account settings pane. |
| AddAccountHeaderText |
Gets or sets the header text for the add accounts settings pane. |
| Commands |
Gets or sets the SettingsCommand collection for the account settings pane. |
| ManageAccountHeaderText |
Gets or sets the header text for the manage accounts settings pane. |