SettingsBase::Initialize Method (SettingsContext^, SettingsPropertyCollection^, SettingsProviderCollection^)
.NET Framework (current version)
Initializes internal properties used by SettingsBase object.
Assembly: System (in System.dll)
public: void Initialize( SettingsContext^ context, SettingsPropertyCollection^ properties, SettingsProviderCollection^ providers )
Parameters
- context
-
Type:
System.Configuration::SettingsContext^
The settings context related to the settings properties.
- properties
-
Type:
System.Configuration::SettingsPropertyCollection^
The settings properties that will be accessible from the SettingsBase instance.
- providers
-
Type:
System.Configuration::SettingsProviderCollection^
The initialized providers that should be used when loading and saving property values.
.NET Framework
Available since 2.0
Available since 2.0
Show: