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

XmlSchemaSet::CopyTo method

Copie tous les objets XmlSchema du XmlSchemaSet vers le tableau fourni, en commençant à l’index indiqué.

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

Voir aussi