System::Xml::XmlCDataSection::get_NodeType method

XmlCDataSection::get_NodeType method

Returns the type of the current node.

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

ReturnValue

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

See Also