ApplicationSettingsBase Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPreviousVersion(String^) | Returns the value of the named settings property for the previous version of the same application. |
![]() | GetType() | |
![]() | Initialize(SettingsContext^, SettingsPropertyCollection^, SettingsProviderCollection^) | Initializes internal properties used by SettingsBase object.(Inherited from SettingsBase.) |
![]() | MemberwiseClone() | |
![]() | OnPropertyChanged(Object^, PropertyChangedEventArgs^) | Raises the PropertyChanged event. |
![]() | OnSettingChanging(Object^, SettingChangingEventArgs^) | Raises the SettingChanging event. |
![]() | OnSettingsLoaded(Object^, SettingsLoadedEventArgs^) | Raises the SettingsLoaded event. |
![]() | OnSettingsSaving(Object^, CancelEventArgs^) | Raises the SettingsSaving event. |
![]() | Reload() | Refreshes the application settings property values from persistent storage. |
![]() | Reset() | Restores the persisted application settings values to their corresponding default properties. |
![]() | Save() | Stores the current values of the application settings properties.(Overrides SettingsBase::Save().) |
![]() | 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. |

