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
배열에서 컬렉션 요소를 복사할 0부터 시작하는 시작 인덱스입니다.
설명
기본 컬렉션 지원 합니다. ICollection<T>.CopyTo 구현