LocalFileSettingsProvider::Initialize Method (String^, NameValueCollection^)

 

Initializes the provider.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
virtual void Initialize(
	String^ name,
	NameValueCollection^ values
) override

Parameters

name
Type: System::String^

The friendly name of the provider.

values
Type: System.Collections.Specialized::NameValueCollection^

A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.

.NET Framework
Available since 2.0
Return to top
Show: