The Settings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPreviousVersion |
Returns the value of the named settings property for the previous version of the same application.
(Inherited from ApplicationSettingsBase.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize |
Initializes internal properties used by SettingsBase object.
(Inherited from SettingsBase.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingChanging |
Raises the SettingChanging event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsLoaded |
Raises the SettingsLoaded event.
(Inherited from ApplicationSettingsBase.) | |
| OnSettingsSaving |
Raises the SettingsSaving event.
(Inherited from ApplicationSettingsBase.) | |
| Reload |
Refreshes the application settings property values from persistent storage.
(Inherited from ApplicationSettingsBase.) | |
| Reset |
Restores the persisted application settings values to their corresponding default properties.
(Inherited from ApplicationSettingsBase.) | |
| Save |
Stores the current values of the application settings properties.
(Inherited from ApplicationSettingsBase.) | |
| ToString | (Inherited from Object.) | |
| Upgrade |
Updates application settings to reflect a more recent installation of the application.
(Inherited from ApplicationSettingsBase.) |