UIElementCollection.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 un UIElement d'une UIElementCollection à un tableau, en débutant à une position d'index spécifiée.
Surcharges
CopyTo(Array, Int32) |
Copie un UIElement d'une UIElementCollection à un tableau, en débutant à une position d'index spécifiée. |
CopyTo(UIElement[], Int32) |
Copie un UIElement d'une UIElementCollection à un tableau, en débutant à une position d'index spécifiée. |
CopyTo(Array, Int32)
Copie un UIElement d'une UIElementCollection à un tableau, en débutant à une position d'index spécifiée.
public:
virtual void CopyTo(Array ^ array, int index);
public virtual void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overridable Sub CopyTo (array As Array, index As Integer)
Paramètres
- array
- Array
Tableau dans lequel la collection est copiée.
- index
- Int32
Position d'index de l'élément où la copie commence.
Implémente
S’applique à
CopyTo(UIElement[], Int32)
Copie un UIElement d'une UIElementCollection à un tableau, en débutant à une position d'index spécifiée.
public:
virtual void CopyTo(cli::array <System::Windows::UIElement ^> ^ array, int index);
public virtual void CopyTo (System.Windows.UIElement[] array, int index);
abstract member CopyTo : System.Windows.UIElement[] * int -> unit
override this.CopyTo : System.Windows.UIElement[] * int -> unit
Public Overridable Sub CopyTo (array As UIElement(), index As Integer)
Paramètres
- index
- Int32
Position d'index de l'élément où la copie commence.