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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.