DocumentReferenceCollection.CopyTo(DocumentReference[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將整個集合複製到自指定陣列索引開始的陣列。
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。