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.

XmlSchema::Read Method

 

Reads an XML Schema.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^, ValidationEventHandler^)

Reads an XML Schema from the supplied stream.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^, ValidationEventHandler^)

Reads an XML Schema from the supplied TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^, ValidationEventHandler^)

Reads an XML Schema from the supplied XmlReader.

Return to top
Show:
© 2017 Microsoft