System::Xml::Schema::XmlSchemaSet::CopyTo método
XmlSchemaSet::CopyTo method
Copia todos los objetos XmlSchema del XmlSchemaSet al arreglo proporcionado, comenzando en el índice especificado.
void System::Xml::Schema::XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &schemas, int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| esquemas | const ArrayPtr<SharedPtr<XmlSchema>>& | El arreglo al que se copiarán los objetos. |
| índice | int32_t | El índice en el arreglo donde comenzará la copia. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++