Compartilhar via


DeployedServicePackageList.CopyTo(DeployedServicePackage[], Int32) Método

Definição

Copia itens da lista para a matriz especificada no índice inicial especificado.

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

Parâmetros

array
DeployedServicePackage[]

O destino dos itens copiados da lista.

arrayIndex
Int32

O índice com base em zero em array no qual a cópia começa.

Implementações

Aplica-se a