SettingsGroup Class Members
The following tables list the members exposed by SettingsGroup.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Number of items actually contained in the collection. |
![]() | Directory | The name of the directory into which the settings for this group will be persisted |
![]() | IsSynchronized | Indicates whether access to the collection is synchronized (thread-safe). |
![]() | Item | Indexer to return the object associated with the given key |
![]() | Name | Name of settings group |
![]() | ReadOnly | Read Only status of a settings group |
![]() | SyncRoot | Object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
![]() | Clear | Clear all items from the settings group |
![]() | CopyTo | Copies the collection or a portion of it to a one-dimensional array. |
![]() | GetEnumerator | Enumerator that can iterate through the SettingsGroup. |
![]() | LoadSettings | Overloaded. Load the saved settings for this group |
![]() | Remove | Overloaded. Remove the setting with the given key from the search group |
![]() | SafeSave | Safe save, single setting |
![]() | SaveSettings | Save the settings for this group |
See Also