ConfigurationElementSchemaCollection Classe

Définition

Représente une collection d'objets ConfigurationElementSchema.

public ref class ConfigurationElementSchemaCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElementSchema ^>, System::Collections::ICollection
public sealed class ConfigurationElementSchemaCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElementSchema>, System.Collections.ICollection
type ConfigurationElementSchemaCollection = class
    interface seq<ConfigurationElementSchema>
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ConfigurationElementSchemaCollection
Implements ICollection, IEnumerable(Of ConfigurationElementSchema)
Héritage
ConfigurationElementSchemaCollection
Implémente

Remarques

Utilisez la ConfigurationElementSchemaCollection classe pour itérer au sein d’une collection d’objets ConfigurationElementSchema .

Propriétés

Count

Obtient le nombre de schémas d’élément de configuration dans cette collection de schémas d’éléments de configuration.

Item[Int32]

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

Item[String]

Obtient le schéma d’élément de configuration spécifié qui a le nom spécifié.

Méthodes

GetEnumerator()

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

Implémentations d’interfaces explicites

ICollection.CopyTo(Array, Int32)

Copie les éléments de la collection dans un tableau.

ICollection.IsSynchronized

Représente une collection d'objets ConfigurationElementSchema.

ICollection.SyncRoot

Représente une collection d'objets ConfigurationElementSchema.

IEnumerable.GetEnumerator()

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

S’applique à