System::Xml::Schema::XmlSchemaSet::Remove method

XmlSchemaSet::Remove method

Removes the specified XML Schema definition language (XSD) schema from the XmlSchemaSet.

SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaSet::Remove(const SharedPtr<XmlSchema> &schema)
ParameterTypeDescription
schemaconst SharedPtr<XmlSchema>&The XmlSchema object to remove from the XmlSchemaSet.

ReturnValue

The XmlSchema object removed from the XmlSchemaSet or nullptr if the schema was not found in the XmlSchemaSet.

See Also