ApplicationSettingsBase Members
.NET Framework 2.0
Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.
The following tables list the members exposed by the ApplicationSettingsBase type.
| Name | Description | |
|---|---|---|
| ApplicationSettingsBase | Overloaded. Initializes an instance of the ApplicationSettingsBase class. |
| Name | Description | |
|---|---|---|
| Context | Overridden. Gets the application settings context associated with the settings group. |
| IsSynchronized | Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.) |
| Item | Overridden. Gets or sets the value of the specified application settings property. |
| Properties | Overridden. Gets the collection of settings properties in the wrapper. |
| PropertyValues | Overridden. |
| Providers | Overridden. Gets the collection of application settings providers used by the wrapper. |
| SettingsKey | Gets or sets the settings key for the application settings group. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetPreviousVersion | Returns the value of the named settings property for the previous version of the same application. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Initializes internal properties used by SettingsBase object. (Inherited from SettingsBase.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Reload | Refreshes the application settings property values from persistent storage. |
| Reset | Restores the persisted application settings values to their corresponding default properties. |
| Save | Overridden. Stores the current values of the application settings properties. |
| Synchronized | Provides a SettingsBase class that is synchronized (thread safe). (Inherited from SettingsBase.) |
| 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. |
| Name | Description | |
|---|---|---|
| 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.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnPropertyChanged | Raises the PropertyChanged event. |
| OnSettingChanging | Raises the SettingChanging event. |
| OnSettingsLoaded | Raises the SettingsLoaded event. |
| OnSettingsSaving | Raises the SettingsSaving event. |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs after the value of an application settings property is changed. |
| SettingChanging | Occurs before the value of an application settings property is changed. |
| SettingsLoaded | Occurs after the application settings are retrieved from storage. |
| SettingsSaving | Occurs before values are saved to the data store. |