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:

