get_NodeType()

XmlNotation::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also