ToolStripPanel.ToolStripPanelRowCollection.CopyTo 메서드

정의

기존 배열 내의 지정된 위치로 전체 ToolStripPanel.ToolStripPanelRowCollection을 복사합니다.

public:
 void CopyTo(cli::array <System::Windows::Forms::ToolStripPanelRow ^> ^ array, int index);
public void CopyTo (System.Windows.Forms.ToolStripPanelRow[] array, int index);
override this.CopyTo : System.Windows.Forms.ToolStripPanelRow[] * int -> unit
Public Sub CopyTo (array As ToolStripPanelRow(), index As Integer)

매개 변수

array
ToolStripPanelRow[]

Array의 내용을 복사할 대상 배열을 나타내는 ToolStripPanel.ToolStripPanelRowCollection입니다.

index
Int32

ToolStripPanel.ToolStripPanelRowCollection을 복사할 대상 배열 내의 위치입니다.

적용 대상