System::Xml::XmlReaderSettings::set_Schemas method

XmlReaderSettings::set_Schemas method

Sets the XmlSchemaSet to use when performing schema validation.

void System::Xml::XmlReaderSettings::set_Schemas(const SharedPtr<Schema::XmlSchemaSet> &value)
ParameterTypeDescription
valueconst SharedPtr<Schema::XmlSchemaSet>&The value to set.

See Also