System::Xml::XmlNodeReader::get_NodeType method

XmlNodeReader::get_NodeType method

Returns the type of the current node.

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

ReturnValue

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

See Also