다음을 통해 공유


ConsumerConnectionPointCollection.CopyTo 메서드

정의

대상 배열의 지정된 인덱스부터 시작하여 ConsumerConnectionPointCollection 컬렉션의 모든 항목을 ConsumerConnectionPoint 개체의 호환 가능한 1차원 배열에 복사합니다.

public:
 void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint[] * int -> unit
Public Sub CopyTo (array As ConsumerConnectionPoint(), index As Integer)

매개 변수

array
ConsumerConnectionPoint[]

현재 ConsumerConnectionPoint에서 복사한 항목을 받는 ConsumerConnectionPointCollection 개체의 0부터 시작하는 배열입니다.

index
Int32

복사된 내용을 받기 시작할 대상 배열 내의 위치입니다.

설명

이 메서드를 사용 하 여 현재의 내용을 복사할 ConsumerConnectionPointCollection 지정된 된 0부터 시작 배열에는 개체입니다. 항목이 대상 배열의 지정한 인덱스부터 복사 됩니다. 배열에서는 다음 구문을 사용할 수 있습니다 배열에서 항목에 액세스 하는 Array 개체입니다.

적용 대상