System::Xml::Schema::XmlSchemaSet::RemoveRecursive 方法

XmlSchemaSet::RemoveRecursive method

删除指定的 XML Schema 定义语言 (XSD) 模式以及它从 XmlSchemaSet 导入的所有模式。

bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
参数类型描述
schemaToRemoveconst SharedPtr<XmlSchema>&要从 XmlSchemaSet 中删除的 XmlSchema 对象。

ReturnValue

true if the XmlSchema object and all its imports were successfully removed; otherwise, false.

另见