System::Xml::XmlAttributeCollection::CopyTo méthode

XmlAttributeCollection::CopyTo method

Copie tous les objets XmlAttribute de cette collection dans le tableau fourni.

void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
ParamètreTypeDescription
tableauconst ArrayPtr<SharedPtr<XmlAttribute>>&Le tableau qui est la destination des objets copiés depuis cette collection.
indiceint32_tL’index dans le tableau où la copie commence.

Voir aussi