get_NodeType()

XmlEntity::get_NodeType() method

Returns the type of the node.

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

Return Value

The node type. For XmlEntity nodes, the value is XmlNodeType::Entity.

See Also