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 (TextReader^, ValidationEventHandler^)

 

Reads an XML Schema from the supplied TextReader.

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

public:
static XmlSchema^ Read(
	TextReader^ reader,
	ValidationEventHandler^ validationEventHandler
)

Parameters

reader
Type: System.IO::TextReader^

The TextReader containing the XML Schema to read.

validationEventHandler
Type: System.Xml.Schema::ValidationEventHandler^

The validation event handler that receives information about the XML Schema syntax errors.

Return Value

Type: System.Xml.Schema::XmlSchema^

The XmlSchema object representing the XML Schema.

Exception Condition
XmlSchemaException

An XmlSchemaException is raised if no ValidationEventHandler is specified.

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