Acts as a base class for deriving custom settings providers in the application settings architecture.
More...
|
abstract string | ApplicationName [get, set] |
| Gets or sets the name of the currently running application. More...
|
|
Acts as a base class for deriving custom settings providers in the application settings architecture.
Definition at line 6 of file SettingsProvider.cs.
◆ GetPropertyValues()
Returns the collection of settings property values for the specified application instance and settings property group.
- Parameters
-
context | A T:System.Configuration.SettingsContext describing the current application use. |
collection | A T:System.Configuration.SettingsPropertyCollection containing the settings property group whose values are to be retrieved. |
- Returns
- A T:System.Configuration.SettingsPropertyValueCollection containing the values for the specified settings property group.
Implemented in System.Configuration.LocalFileSettingsProvider.
◆ SetPropertyValues()
Sets the values of the specified group of property settings.
- Parameters
-
context | A T:System.Configuration.SettingsContext describing the current application usage. |
collection | A T:System.Configuration.SettingsPropertyValueCollection representing the group of property settings to set. |
Implemented in System.Configuration.LocalFileSettingsProvider.
◆ ApplicationName
abstract string System.Configuration.SettingsProvider.ApplicationName |
|
getset |
Gets or sets the name of the currently running application.
- Returns
- A T:System.String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.
Definition at line 11 of file SettingsProvider.cs.
The documentation for this class was generated from the following file: