System::Xml::XmlText::get_NodeType method

XmlText::get_NodeType method

Returns the type of the current node.

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

ReturnValue

For text nodes, this value is XmlNodeType::Text.

See Also