System::Xml::XmlNodeReader::get_SchemaInfo method

XmlNodeReader::get_SchemaInfo method

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

SharedPtr<Schema::IXmlSchemaInfo> System::Xml::XmlNodeReader::get_SchemaInfo() override

ReturnValue

An IXmlSchemaInfo object containing the schema information for the current node.

See Also