System.Xml.XmlNodeReader.SchemaInfo Property

Gets the schema information that has been assigned to the current node.

Syntax

public override System.Xml.Schema.IXmlSchemaInfo SchemaInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

In the dnprdnext, the recommended practice is to create System.Xml.XmlReader instances using the System.Xml.XmlReaderSettings class and the erload:System.Xml.XmlReader.Create method. This allows you to take full advantage of all the new features introduced in the dnprdnshort. For more information, see Creating XML Readers.

The System.Xml.Schema.IXmlSchemaInfo interface represents the Post Schema Validation Infoset (PSVI) of the underlying XML node. The PSVI contents of this property are set after the node has been validated.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0