ToolStripPanel.ToolStripPanelRowCollection.CopyTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从一个现有数组的指定位置开始,将整个 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 要复制到的目标数组中的位置。