System::Xml::Schema::XmlSchemaCollection::CopyTo méthode

XmlSchemaCollection::CopyTo method

Copie tous les objets XmlSchema de cette collection dans le tableau fourni en commençant à l’index indiqué.

void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)
ParamètreTypeDescription
tableauconst ArrayPtr<SharedPtr<XmlSchema>>&Le tableau dans lequel copier les objets.
indiceint32_tL’index dans array où la copie commencera.

Voir aussi