get_NodeType()

XmlElement::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also