EmbeddedMailObjectsCollection.CopyTo(EmbeddedMailObject[], Int32) Método
Definição
public:
void CopyTo(cli::array <System::Web::UI::WebControls::EmbeddedMailObject ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.EmbeddedMailObject[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.EmbeddedMailObject[] * int -> unit
Public Sub CopyTo (array As EmbeddedMailObject(), index As Integer)
Parâmetros
- array
- EmbeddedMailObject[]
O Array unidimensional é o destino dos elementos copiados do EmbeddedMailObjectsCollection atual.The one-dimensional Array is the destination of the elements copied from the current EmbeddedMailObjectsCollection. A matriz deve ter indexação com base em zero.The array must have zero-based indexing.
- index
- Int32
O índice com base em zero em array no qual a cópia começa.The zero-based index in array at which copying begins.
Exceções
O array especificado é null.The specified array is null.
O index especificado está fora do intervalo da coleção.The specified index is out of range of the collection.