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
.NET Framework (current version)
Reads an XML Schema.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Read(Stream^, ValidationEventHandler^) | Reads an XML Schema from the supplied stream. |
![]() ![]() | Read(TextReader^, ValidationEventHandler^) | Reads an XML Schema from the supplied TextReader. |
![]() ![]() | Read(XmlReader^, ValidationEventHandler^) | Reads an XML Schema from the supplied XmlReader. |
Show:

