SettingsPropertyCollection
Contains a collection of SettingsProperty objects.
Gets a value that specifies the number of SettingsProperty objects in the collection.
Gets a value that indicates whether access to the collection is synchronized (thread safe).
Gets the collection item with the specified name.
Gets the object to synchronize access to the collection.
public SettingsPropertyCollection()
Initializes a new instance of the SettingsPropertyCollection class.
Adds a SettingsProperty object to the collection.
Removes all SettingsProperty objects from the collection.
Creates a copy of the existing collection.
Copies this SettingsPropertyCollection object to an array.
Gets the IEnumerator object as it applies to the collection.
Performs additional, custom processing when adding to the contents of the SettingsPropertyCollection instance.
Performs additional, custom processing after adding to the contents of the SettingsPropertyCollection instance.
Performs additional, custom processing when clearing the contents of the SettingsPropertyCollection instance.
Performs additional, custom processing after clearing the contents of the SettingsPropertyCollection instance.
Performs additional, custom processing when removing the contents of the SettingsPropertyCollection instance.
Performs additional, custom processing after removing the contents of the SettingsPropertyCollection instance.
Removes a SettingsProperty object from the collection.
Sets the collection to be read-only.