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 のコピー先の配列内の位置。

適用対象