ApplicationPartitionCollection.CopyTo(ApplicationPartition[], Int32) 方法

定义

将此集合中的所有 ApplicationPartition 对象复制到指定的数组中,从目标数组的指定索引处开始。Copies all ApplicationPartition objects in this collection to the specified array, starting at the specified index of the target array.

public:
 void CopyTo(cli::array <System::DirectoryServices::ActiveDirectory::ApplicationPartition ^> ^ applicationPartitions, int index);
public void CopyTo (System.DirectoryServices.ActiveDirectory.ApplicationPartition[] applicationPartitions, int index);
member this.CopyTo : System.DirectoryServices.ActiveDirectory.ApplicationPartition[] * int -> unit
Public Sub CopyTo (applicationPartitions As ApplicationPartition(), index As Integer)

参数

applicationPartitions
ApplicationPartition[]

接收此集合元素的 ApplicationPartition 对象的数组。The array of ApplicationPartition objects that receives the elements of this collection.

index
Int32

applicationPartitions 中从零开始的索引,此方法从该位置开始复制此集合。The zero-based index in applicationPartitions where this method starts copying this collection.

例外

调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.

对于源集合的大小和指定的 index 而言,目标数组不够大。The destination array is not large enough, based on the source collection size and the index specified.

applicationPartitionsnullapplicationPartitions is null.

指定的 index 超出了目标数组的范围。The index specified is out of range of the destination array.

适用于

另请参阅