get_Schemas()

XmlReaderSettings::get_Schemas() method

Returns the XmlSchemaSet to use when performing schema validation.

SharedPtr<Schema::XmlSchemaSet> System::Xml::XmlReaderSettings::get_Schemas()

Return Value

The XmlSchemaSet to use when performing schema validation. The default is an empty XmlSchemaSet object.

See Also