The Settings type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
Upgrade
Updates application settings to reflect a more recent installation of the application.
(Inherited from ApplicationSettingsBase.)

See Also