Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaSet::XmlResolver Property

 

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

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlResolver^ XmlResolver {
	void set(XmlResolver^ value);
}

Property Value

Type: System.Xml::XmlResolver^

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

The XmlResolver of an XmlSchemaSet is used to resolve namespaces or locations referenced in include and import elements of a schema, any time a schema is added using the Add or Reprocess methods.

System_CAPS_security Security Note

External namespaces or locations referenced in include, import, and redefine elements of a schema are resolved with respect to the base URI of the schema that includes or imports them. For example, if the base URI of the including or importing schema is empty or null, the external locations are resolved with respect to the current directory. The XmlUrlResolver class is used to resolve external schemas by default. To disable resolution of include, import, and redefine elements of a schema, set the XmlResolver property to null.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft