get_NodeType()

XmlDocument::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also