ToolStripPanel.ToolStripPanelRowCollection.CopyTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie l'ensemble de ToolStripPanel.ToolStripPanelRowCollection dans un tableau existant, à un emplacement spécifié dans le tableau.
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)
Paramètres
- array
- ToolStripPanelRow[]
Array représentant le tableau dans lequel le contenu de ToolStripPanel.ToolStripPanelRowCollection doit être copié.
- index
- Int32
Emplacement dans le tableau de destination au niveau duquel ToolStripPanel.ToolStripPanelRowCollection doit être copié.