get_NodeType()

XmlComment::get_NodeType() method

Returns the type of the current node.

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

Return Value

For comment nodes, the value is XmlNodeType::Comment.

See Also