ConfigurationAttributeSchemaCollection.ICollection.CopyTo Méthode
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.
Copie les éléments de la collection dans un tableau.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
Paramètres
- array
- Array
Tableau où copier l’objet ConfigurationAttributeSchemaCollection.
- index
- Int32
Position d'index où commence la copie.
Implémente
Remarques
La <xref:Microsoft.Web.Administration.ConfigurationAttributeSchemaCollection.System.Collections.ICollection.CopyTo%2A> méthode copie les éléments de la collection dans le tableau donné, en commençant à l’index donné. Le tableau doit être d’un type compatible.