get_NodeType()

XmlEntityReference::get_NodeType() method

Returns the type of the node.

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

Return Value

The node type. For XmlEntityReference nodes, the value is XmlNodeType::EntityReference.

See Also