ConfigurationChildElementCollection Classe

Définition

Représente une collection d’éléments de configuration enfants associés.

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)
Héritage
ConfigurationChildElementCollection
Implémente

Propriétés

Count

Obtient le nombre d’éléments de configuration enfants dans la collection.

Item[Int32]

Obtient l’élément de configuration spécifié à l’index spécifié.

Item[String]

Obtient l’élément de configuration spécifié avec le nom spécifié.

Méthodes

GetEnumerator()

Retourne un énumérateur générique qui itère dans la collection d’éléments enfants de configuration.

Implémentations d’interfaces explicites

ICollection.CopyTo(Array, Int32)

Copie la collection vers un tableau.

ICollection.IsSynchronized

Représente une collection d’éléments de configuration enfants associés.

ICollection.SyncRoot

Représente une collection d’éléments de configuration enfants associés.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère dans la collection d’éléments enfants de configuration.

S’applique à