get_NodeType()

XmlDeclaration::get_NodeType() method

Returns the type of the current node.

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

Return Value

For XmlDeclaration nodes, this value is XmlNodeType::XmlDeclaration.

See Also