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