set_XmlResolver()

XmlSchemaSet::set_XmlResolver(const SharedPtr<System::Xml::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)

Arguments

ParameterTypeDescription
valueconst SharedPtr<System::Xml::XmlResolver>&The value to set.

See Also