System::Xml::XmlElement::get_NodeType method

XmlElement::get_NodeType method

Returns the type of the current node.

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

ReturnValue

The node type. For XmlElement nodes, this value is XmlNodeType::Element.

See Also