System::Xml::Schema::XmlSchemaSet::RemoveRecursive method
XmlSchemaSet::RemoveRecursive method
지정된 XML Schema 정의 언어(XSD) 스키마와 해당 스키마가 가져오는 모든 스키마를 XmlSchemaSet에서 제거합니다.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | XmlSchema을 XmlSchemaSet에서 제거할 객체. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
또 보기
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++