ConsumerConnectionPointCollection.CopyTo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
대상 배열의 지정된 인덱스부터 시작하여 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 개체입니다.