ConfigurationAttributeSchemaCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d'objets ConfigurationAttributeSchema.
public ref class ConfigurationAttributeSchemaCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationAttributeSchema ^>, System::Collections::ICollection
public sealed class ConfigurationAttributeSchemaCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationAttributeSchema>, System.Collections.ICollection
type ConfigurationAttributeSchemaCollection = class
interface seq<ConfigurationAttributeSchema>
interface ICollection
interface IEnumerable
Public NotInheritable Class ConfigurationAttributeSchemaCollection
Implements ICollection, IEnumerable(Of ConfigurationAttributeSchema)
- Héritage
-
ConfigurationAttributeSchemaCollection
- Implémente
Remarques
Utilisez la ConfigurationAttributeSchemaCollection classe pour itérer au sein d’une collection d’objets ConfigurationAttributeSchema .
Propriétés
Count |
Obtient le nombre de schémas d’attribut de configuration dans cette collection de schémas d’attributs de configuration. |
Item[Int32] |
Obtient le schéma d’attribut de configuration spécifié à l’index spécifié. |
Item[String] |
Obtient le schéma d’attribut 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’attributs 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 ConfigurationAttributeSchema. |
ICollection.SyncRoot |
Représente une collection d'objets ConfigurationAttributeSchema. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère dans la collection d’attributs de configuration. |