ConfigurationChildElementCollection Class

Definition

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.

Applies to