Gets the schema information that has been assigned to the current node as a result of schema validation.
Public Overridable ReadOnly Property SchemaInfo As IXmlSchemaInfo
Dim instance As XmlReader Dim value As IXmlSchemaInfo value = instance.SchemaInfo
public virtual IXmlSchemaInfo SchemaInfo { get; }
public: virtual property IXmlSchemaInfo^ SchemaInfo { IXmlSchemaInfo^ get (); }
public function get SchemaInfo () : IXmlSchemaInfo
If you have to get the post-schema-validation information set (PSVI) for an element, position the reader on the end tag of the element, rather than the start tag. You get the PSVI through the SchemaInfo property of a reader. The validating reader that is created through Create with the ValidationType property set to Schema has complete PSVI for an element only when the reader is positioned on the end tag of an element.
The IXmlSchemaInfo interface exposes a subset of the Post Schema Validation Infoset (PSVI) associated with an XML node.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune