get_NodeType()

XmlTextReader::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also