System::Xml::Schema::XmlSchemaSet::RemoveRecursive 方法
XmlSchemaSet::RemoveRecursive method
删除指定的 XML Schema 定义语言 (XSD) 模式以及它从 XmlSchemaSet 导入的所有模式。
bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
| 参数 | 类型 | 描述 |
|---|---|---|
| schemaToRemove | const SharedPtr<XmlSchema>& | 要从 XmlSchemaSet 中删除的 XmlSchema 对象。 |
ReturnValue
true if the XmlSchema object and all its imports were successfully removed; otherwise, false.
另见
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Font for C++