DetailsViewRowCollection.ICollection.CopyTo(Array, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Array의 지정된 인덱스에서 시작하여 이 DetailsViewRowCollection 개체의 모든 항목을 지정된 Array 개체로 복사합니다.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo
매개 변수
- array
- Array
DetailsViewRowCollection에서 복사된 항목을 수신하는 0부터 시작하는 Array입니다.
구현
설명
이 구현의 합니다 ICollection.CopyTo(Array, Int32) 메서드는에서 사용 하는 도우미 메서드입니다를 DetailsViewRowCollection 클래스의 항목을 복사 하는 DetailsViewRowCollection 개체로 지정된 된 Array 지정된 된 인덱스에서 시작 하는 개체. Array 개체 컬렉션의 항목에 액세스를 사용할 수 있습니다.
참고
0부터 시작을 사용 해야 합니다 Array 개체는 array
매개 변수입니다.