SettingsBase::Initialize Method (SettingsContext^, SettingsPropertyCollection^, SettingsProviderCollection^)

 

Initializes internal properties used by SettingsBase object.

Namespace:   System.Configuration
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
Return to top
Show: