System::Xml::XmlDocument::set_XmlResolver method

XmlDocument::set_XmlResolver method

Sets the XmlResolver to use for resolving external resources.

virtual void System::Xml::XmlDocument::set_XmlResolver(SharedPtr<System::Xml::XmlResolver> value)
ParameterTypeDescription
valueSharedPtr<System::Xml::XmlResolver>The value to set.

See Also