The following tables list the members exposed by UserSettingsSubSectionCollection.
Name | Description | |
---|---|---|
UserSettingsSubSectionCollection Constructor | Constructs a collection of named sections |
Name | Description | |
---|---|---|
CollectionType | Overridden. Gets the type of the System.Configuration.ConfigurationElementCollection. | |
Count | Gets the number of elements in the collection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
ElementInformation | Gets an System.Configuration.ElementInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) | |
EmitClear | Gets or sets a value that specifies whether the collection has been cleared. (Inherited from System.Configuration.ConfigurationElementCollection) | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized. (Inherited from System.Configuration.ConfigurationElementCollection) | |
Item | Returns the specified collection by name if it exists, or null if not found | |
LockAllAttributesExcept | Gets the collection of locked attributes. (Inherited from System.Configuration.ConfigurationElement) | |
LockAllElementsExcept | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) | |
LockAttributes | Gets the collection of locked attributes (Inherited from System.Configuration.ConfigurationElement) | |
LockElements | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) | |
LockItem | Gets or sets a value indicating whether the element is locked. (Inherited from System.Configuration.ConfigurationElement) | |
SyncRoot | Gets an object used to synchronize access to the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) |
Name | Description | |
---|---|---|
ElementName | Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class. (Inherited from System.Configuration.ConfigurationElementCollection) | |
EvaluationContext | Gets the System.Configuration.ContextInformation object for the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) | |
ThrowOnDuplicate | Gets a value indicating whether an attempt to add a duplicate System.Configuration.ConfigurationElement to the System.Configuration.ConfigurationElementCollection will cause an exception to be thrown. (Inherited from System.Configuration.ConfigurationElementCollection) |
Name | Description | |
---|---|---|
Add | Adds a new section with the specified name | |
Clear | Clears all elements from the collection | |
CopyFrom | Deep copy of all settings from one configuration to another. | |
CopyTo | Copies the contents of the System.Configuration.ConfigurationElementCollection to an array. (Inherited from System.Configuration.ConfigurationElementCollection) | |
GetEnumerator | Gets an System.Collections.IEnumerator which is used to iterate through the System.Configuration.ConfigurationElementCollection. (Inherited from System.Configuration.ConfigurationElementCollection) | |
IsReadOnly | Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only. (Inherited from System.Configuration.ConfigurationElement) | |
Remove | Removes the specified collection by name |
Top