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ámetroTipoDescripción
schemaToRemoveconst 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