get_NodeType()

XmlReader::get_NodeType() method

When overridden in a derived class, gets the type of the current node.

virtual XmlNodeType System::Xml::XmlReader::get_NodeType()=0

Return Value

One of the enumeration values that specify the type of the current node.

See Also