Returns the collection of settings property values for the specified application instance and settings property group.
- 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.
A System.Configuration.SettingsPropertyValueCollection containing the values for the specified settings property group.
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.