System::Xml::XmlTextReader::get_NodeType method

XmlTextReader::get_NodeType method

Returns the type of the current node.

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

ReturnValue

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

See Also