ListView.CheckedIndexCollection.ICollection.CopyTo(Array, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
선택된 항목의 인덱스 컬렉션을 배열로 복사합니다.
virtual void System.Collections.ICollection.CopyTo(Array ^ dest, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array dest, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (dest As Array, index As Integer) Implements ICollection.CopyTo
매개 변수
- index
- Int32
복사를 시작할 배열의 인덱스(0부터 시작)입니다.
구현
예외
배열 형식을 Int32로 캐스팅할 수 없는 경우
설명
배열에 부가된 32비트 정수가 포함되어야 합니다. 또는 배열이어야 Object 합니다.