共用方式為


DocumentReferenceCollection.CopyTo(DocumentReference[], Int32) 方法

定義

將整個集合複製到自指定陣列索引開始的陣列。

public:
 void CopyTo(cli::array <System::Windows::Documents::DocumentReference ^> ^ array, int arrayIndex);
public void CopyTo (System.Windows.Documents.DocumentReference[] array, int arrayIndex);
member this.CopyTo : System.Windows.Documents.DocumentReference[] * int -> unit
Public Sub CopyTo (array As DocumentReference(), arrayIndex As Integer)

參數

array
DocumentReference[]

集合中的項目所應複製到的目的陣列。

arrayIndex
Int32

將複製集合項目的陣列內以零起始的開始索引。

備註

基本集合支援。 實作 ICollection<T>.CopyTo

適用於