ApplicationSettingsBase Methods

 

Namespace:   System.Configuration
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetPreviousVersion(String^)

Returns the value of the named settings property for the previous version of the same application.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitialize(SettingsContext^, SettingsPropertyCollection^, SettingsProviderCollection^)

Initializes internal properties used by SettingsBase object.(Inherited from SettingsBase.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(Object^, PropertyChangedEventArgs^)

Raises the PropertyChanged event.

System_CAPS_protmethodOnSettingChanging(Object^, SettingChangingEventArgs^)

Raises the SettingChanging event.

System_CAPS_protmethodOnSettingsLoaded(Object^, SettingsLoadedEventArgs^)

Raises the SettingsLoaded event.

System_CAPS_protmethodOnSettingsSaving(Object^, CancelEventArgs^)

Raises the SettingsSaving event.

System_CAPS_pubmethodReload()

Refreshes the application settings property values from persistent storage.

System_CAPS_pubmethodReset()

Restores the persisted application settings values to their corresponding default properties.

System_CAPS_pubmethodSave()

Stores the current values of the application settings properties.(Overrides SettingsBase::Save().)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUpgrade()

Updates application settings to reflect a more recent installation of the application.

Return to top
Show: