System::Xml::Schema::XmlSchemaSet::RemoveRecursive method

XmlSchemaSet::RemoveRecursive method

XmlSchemaSet 中移除指定的 XML Schema 定义语言 (XSD) 架构及其导入的所有架构。

bool System::Xml::Schema::XmlSchemaSet::RemoveRecursive(const SharedPtr<XmlSchema> &schemaToRemove)
ParameterType描述
schemaToRemoveconst SharedPtr<XmlSchema>&要从 XmlSchemaSet 中移除的 XmlSchema 对象。

ReturnValue

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

另见