System::Xml::Schema::XmlSchemaSet::RemoveRecursive metodu
XmlSchemaSet::RemoveRecursive method
Belirtilen XML Schema tanım dili (XSD) şemasını ve içe aktardığı tüm şemaları XmlSchemaSet içinden kaldırır.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| Parameter | Type | Açıklama |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | Kaldırılacak XmlSchema nesnesi XmlSchemaSet içinde. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++