ConfigurationChildElementCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of related child configuration elements.
public ref class ConfigurationChildElementCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElement ^>, System::Collections::ICollection
public sealed class ConfigurationChildElementCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElement>, System.Collections.ICollection
type ConfigurationChildElementCollection = class
interface ICollection
interface seq<ConfigurationElement>
interface IEnumerable
Public NotInheritable Class ConfigurationChildElementCollection
Implements ICollection, IEnumerable(Of ConfigurationElement)
- Inheritance
-
ConfigurationChildElementCollection
- Implements
Properties
Count |
Gets the number of child configuration elements in the collection. |
Item[Int32] |
Gets the specified configuration element at the specified index. |
Item[String] |
Gets the specified configuration element with the specified name. |
Methods
GetEnumerator() |
Returns a generic enumerator that iterates through the collection of configuration child elements. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
Copies the collection to an array. |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the collection of configuration child elements. |