TypeElementCollection.CopyTo(TypeElement[], Int32) 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, en commençant à un index spécifié du tableau.
public:
void CopyTo(cli::array <System::Web::Services::Configuration::TypeElement ^> ^ array, int index);
public void CopyTo (System.Web.Services.Configuration.TypeElement[] array, int index);
override this.CopyTo : System.Web.Services.Configuration.TypeElement[] * int -> unit
Public Sub CopyTo (array As TypeElement(), index As Integer)
Paramètres
- array
- TypeElement[]
Tableau de type TypeElement dans lequel copier le contenu de la collection.
- index
- Int32
Index de base zéro dans l'array
à partir duquel la copie commence.