UIElementCollection.CopyTo Méthode

Définition

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

array
UIElement[]

Tableau d'objets UIElement.

index
Int32

Position d'index de l'élément où la copie commence.

S’applique à