다음을 통해 공유


ListBox.SelectedObjectCollection.CopyTo(Array, Int32) 메서드

정의

배열 내의 지정된 위치에서 기존 배열로 전체 컬렉션을 복사합니다.

public:
 virtual void CopyTo(Array ^ dest, int index);
public:
 virtual void CopyTo(Array ^ destination, int index);
public void CopyTo (Array dest, int index);
public void CopyTo (Array destination, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (dest As Array, index As Integer)
Public Sub CopyTo (destination As Array, index As Integer)

매개 변수

destdestination
Array

컬렉션의 콘텐츠를 복사할 대상 배열입니다.

index
Int32

컬렉션에서 항목을 복사할 대상 배열 내의 위치입니다.

구현

설명

이 메서드를 사용하여 여러 컬렉션에서 선택한 항목을 단일 배열로 결합할 수 있습니다.

적용 대상