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)
| Parameter | Type | Description |
|---|---|---|
| value | const SharedPtr<Schema::XmlSchemaSet>& | The value to set. |
See Also
- Typedef SharedPtr
- Class XmlSchemaSet
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Page for C++