get_SchemaInfo()

XPathNavigator::get_SchemaInfo() method

Returns the schema information that has been assigned to the current node as a result of schema validation.

virtual SharedPtr<System::Xml::Schema::IXmlSchemaInfo> System::Xml::XPath::XPathNavigator::get_SchemaInfo()

Return Value

An IXmlSchemaInfo object that contains the schema information for the current node.

See Also