get_NodeType()

XmlText::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also