System.Configuration.SettingsProvider.GetPropertyValues Method

Returns the collection of settings property values for the specified application instance and settings property group.

Syntax

public abstract SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, SettingsPropertyCollection collection)

Parameters

context
A System.Configuration.SettingsContext describing the current application use.
collection
A System.Configuration.SettingsPropertyCollection containing the settings property group whose values are to be retrieved.

Returns

A System.Configuration.SettingsPropertyValueCollection containing the values for the specified settings property group.

Remarks

The SettingsProvider.GetPropertyValues(SettingsContext, SettingsPropertyCollection) method must be implemented to handle special settings, those marked with System.Configuration.SpecialSettingAttribute, as well as reconcile application and user settings.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0