System::Xml::Schema::XmlSchemaSet::RemoveRecursive metode
XmlSchemaSet::RemoveRecursive method
Menghapus skema bahasa definisi XML Schema (XSD) yang ditentukan dan semua skema yang diimpor darinya dari XmlSchemaSet.
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | Objek XmlSchema yang akan dihapus dari XmlSchemaSet. |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
Lihat Juga
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++