System::Xml::XmlDocument::get_NodeType method

XmlDocument::get_NodeType method

Returns the type of the current node.

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

ReturnValue

The node type. For XmlDocument nodes, this value is XmlNodeType::Document.

See Also