System::Xml::Schema::XmlSchemaSet::set_XmlResolver method

XmlSchemaSet::set_XmlResolver method

Sets the XmlResolver used to resolve namespaces or locations referenced in include and import elements of a schema.

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

See Also