你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedCodePackageList.CopyTo(DeployedCodePackage[], Int32) Method

Definition

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

Parameters

arrayIndex
System.Int32

Implements

System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)

Applies to