System::Xml::Schema::XmlSchemaCollection::CopyTo طريقة
XmlSchemaCollection::CopyTo method
ينسخ جميع كائنات XmlSchema من هذه المجموعة إلى المصفوفة المعطاة بدءًا من الفهرس المعطى.
void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)
| Parameter | Type | الوصف |
|---|---|---|
| مصفوفة | const ArrayPtr<SharedPtr<XmlSchema>>& | المصفوفة التي سيُنسخ إليها الكائنات. |
| الفهرس | int32_t | الفهرس في array حيث سيبدأ النسخ. |
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++