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 到目的陣列中的位置。