System::Xml::Schema::XmlSchemaSet::RemoveRecursive método
XmlSchemaSet::RemoveRecursive method
Elimina el esquema especificado del lenguaje de definición de XML Schema (XSD) y todos los esquemas que importa del XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| Parámetro | Tipo | Descripción |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | El objeto XmlSchema a eliminar del XmlSchemaSet. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
Ver también
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++