SettingsBase.Initialize Method

Definition

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