Settings Members
The Settings type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.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(System.String) |
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(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection) |
Initializes internal properties used by SettingsBase object. (Inherited from SettingsBase.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) |
Raises the PropertyChanged event. (Inherited from ApplicationSettingsBase.) |
![]() |
OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs) |
Raises the SettingChanging event. (Inherited from ApplicationSettingsBase.) |
![]() |
OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs) |
Raises the SettingsLoaded event. (Inherited from ApplicationSettingsBase.) |
![]() |
OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs) |
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.) |
Properties
Name | Description | |
---|---|---|
![]() |
Context |
Gets the application settings context associated with the settings group. (Inherited from ApplicationSettingsBase.) |
![]() ![]() |
Default | |
![]() |
HalconProcedureFolder | |
![]() |
HalconProgramFolder | |
![]() |
ImageFolder | |
![]() |
IsSynchronized |
Gets a value indicating whether access to the object is synchronized (thread safe). (Inherited from SettingsBase.) |
![]() |
Item(System.String) |
Gets or sets the value of the specified application settings property. (Inherited from ApplicationSettingsBase.) |
![]() |
Properties |
Gets the collection of settings properties in the wrapper. (Inherited from ApplicationSettingsBase.) |
![]() |
PropertyValues |
Gets a collection of property values. (Inherited from ApplicationSettingsBase.) |
![]() |
Providers |
Gets the collection of application settings providers used by the wrapper. (Inherited from ApplicationSettingsBase.) |
![]() |
SettingsKey |
Gets or sets the settings key for the application settings group. (Inherited from ApplicationSettingsBase.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged |
Occurs after the value of an application settings property is changed. (Inherited from ApplicationSettingsBase.) |
![]() |
SettingChanging |
Occurs before the value of an application settings property is changed. (Inherited from ApplicationSettingsBase.) |
![]() |
SettingsLoaded |
Occurs after the application settings are retrieved from storage. (Inherited from ApplicationSettingsBase.) |
![]() |
SettingsSaving |
Occurs before values are saved to the data store. (Inherited from ApplicationSettingsBase.) |