SettingsProvider
Acts as a base class for deriving custom settings providers in the application settings architecture.
Gets or sets the name of the currently running application.
protected SettingsProvider()
Initializes an instance of the SettingsProvider class.
public abstract SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)
Returns the collection of settings property values for the specified application instance and settings property group.
public abstract void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)
Sets the values of the specified group of property settings.