get_NodeType()

XmlValidatingReader::get_NodeType() method

Returns the type of the current node.

XmlNodeType System::Xml::XmlValidatingReader::get_NodeType() override

Return Value

One of the XmlNodeType values representing the type of the current node.

See Also