System::Xml::Schema::XmlSchemaSet::Remove 方法

XmlSchemaSet::Remove method

XmlSchemaSet 中移除指定的 XML Schema 定义语言 (XSD) 架构。

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

ReturnValue

XmlSchemaSet 中移除的 XmlSchema 对象;如果在 XmlSchemaSet 中未找到该架构,则为 nullptr

另见