ToolBar.ToolBarButtonCollection.ICollection.CopyTo(Array, Int32) Método
Definição
Copia os elementos do ICollection para um Array, começando em um determinado índice Array.Copies the elements of the ICollection to an Array, starting at a particular Array index.
virtual void System.Collections.ICollection.CopyTo(Array ^ dest, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array dest, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (dest As Array, index As Integer) Implements ICollection.CopyTo
Parâmetros
- dest
- Array
O Array unidimensional que é o destino dos elementos copiados de ICollection.The one-dimensional Array that is the destination of the elements copied from ICollection. O Array deve ter indexação com base em zero.The Array must have zero-based indexing.
- index
- Int32
O índice com base em zero em dest no qual a cópia começa.The zero-based index in dest at which copying begins.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele pode ser usado somente quando o ToolBar.ToolBarButtonCollection é convertido em uma ICollection interface.It can be used only when the ToolBar.ToolBarButtonCollection is cast to an ICollection interface.