System::Xml::Schema::XmlSchemaSet::RemoveRecursive metodo
XmlSchemaSet::RemoveRecursive method
Rimuove lo schema XML Schema di definizione (XSD) specificato e tutti gli schemi che esso importa dal XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| Parametro | Tipo | Descrizione |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | L’oggetto XmlSchema da rimuovere dal XmlSchemaSet. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
Vedi anche
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++