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