System::Xml::Schema::XmlSchemaCollection::CopyTo 메서드
XmlSchemaCollection::CopyTo method
이 컬렉션의 모든 XmlSchema 객체를 지정된 인덱스부터 시작하여 주어진 배열에 복사합니다.
void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| array | const ArrayPtr<SharedPtr<XmlSchema>>& | 객체를 복사할 대상 배열입니다. |
| index | int32_t | 복사가 시작될 array의 인덱스입니다. |
또 보기
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++