MetadataObjectCollection<T,P>.CopyTo(T[], 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 une collection vers un autre objet de l’arborescence du modèle.
public void CopyTo (T[] array, int arrayIndex);
member this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), arrayIndex As Integer)
Paramètres
- array
- T[]
Stocke les objets dans la collection.
- arrayIndex
- Int32
Index du tableau.