AddSchema()

XmlSchemaValidator::AddSchema(const SharedPtr<XmlSchema>&) 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)

Arguments

ParameterTypeDescription
schemaconst SharedPtr<XmlSchema>&An XmlSchema object to add to the set of schemas used for validation.

See Also