System::Xml::Schema::XmlSchemaValidator::AddSchema method

XmlSchemaValidator::AddSchema method

Adds an XML Schema Definition Language (XSD) schema to the set of schemas used for validation.

void System::Xml::Schema::XmlSchemaValidator::AddSchema(const SharedPtr<XmlSchema> &schema)
ParameterTypeDescription
schemaconst SharedPtr<XmlSchema>&An XmlSchema object to add to the set of schemas used for validation.

See Also