Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 ApplicationSettingsBase Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ApplicationSettingsBase Members

Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.

The ApplicationSettingsBase type exposes the following members.

  NameDescription
Protected methodApplicationSettingsBaseOverloaded. Initializes an instance of the ApplicationSettingsBase class.
Top
  NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetPreviousVersion Returns the value of the named settings property for the previous version of the same application.
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodInitialize Initializes internal properties used by SettingsBase object. (Inherited from SettingsBase.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnPropertyChanged Raises the PropertyChanged event.
Protected methodOnSettingChanging Raises the SettingChanging event.
Protected methodOnSettingsLoaded Raises the SettingsLoaded event.
Protected methodOnSettingsSaving Raises the SettingsSaving event.
Public methodReload Refreshes the application settings property values from persistent storage.
Public methodReset Restores the persisted application settings values to their corresponding default properties.
Public methodSave Stores the current values of the application settings properties. (Overrides SettingsBase..::.Save()()().)
Public methodToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodUpgrade Updates application settings to reflect a more recent installation of the application.
Top
  NameDescription
Public propertyContext Gets the application settings context associated with the settings group. (Overrides SettingsBase..::.Context.)
Public propertyIsSynchronized Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.)
Public propertyItem Gets or sets the value of the specified application settings property. (Overrides SettingsBase..::.Item[([(String])]).)
Public propertyProperties Gets the collection of settings properties in the wrapper. (Overrides SettingsBase..::.Properties.)
Public propertyPropertyValues Gets a collection of property values. (Overrides SettingsBase..::.PropertyValues.)
Public propertyProviders Gets the collection of application settings providers used by the wrapper. (Overrides SettingsBase..::.Providers.)
Public propertySettingsKey Gets or sets the settings key for the application settings group.
Top
  NameDescription
Public eventPropertyChanged Occurs after the value of an application settings property is changed.
Public eventSettingChanging Occurs before the value of an application settings property is changed.
Public eventSettingsLoaded Occurs after the application settings are retrieved from storage.
Public eventSettingsSaving Occurs before values are saved to the data store.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker