System::Xml::XmlDeclaration::get_NodeType method

XmlDeclaration::get_NodeType method

Returns the type of the current node.

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

ReturnValue

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

See Also