Partager via


DeployedApplicationList.CopyTo(DeployedApplication[], Int32) Méthode

Définition

Copie les éléments de la liste vers le tableau spécifié à l’index de départ spécifié.

public void CopyTo (System.Fabric.Query.DeployedApplication[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.DeployedApplication[] * int -> unit
override this.CopyTo : System.Fabric.Query.DeployedApplication[] * int -> unit
Public Sub CopyTo (array As DeployedApplication(), arrayIndex As Integer)

Paramètres

array
DeployedApplication[]

Tableau d’index dans lequel les éléments seront copiés.

arrayIndex
Int32

Index du tableau.

Implémente

S’applique à