SettingsBase.Initialize Method
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 internal properties used by SettingsBase object.
public:
void Initialize(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ properties, System::Configuration::SettingsProviderCollection ^ providers);
public void Initialize (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers);
member this.Initialize : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection * System.Configuration.SettingsProviderCollection -> unit
Public Sub Initialize (context As SettingsContext, properties As SettingsPropertyCollection, providers As SettingsProviderCollection)
Parameters
- context
- SettingsContext
The settings context related to the settings properties.
- properties
- SettingsPropertyCollection
The settings properties that will be accessible from the SettingsBase instance.
- providers
- SettingsProviderCollection
The initialized providers that should be used when loading and saving property values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.