get_NodeType()

XmlSignificantWhitespace::get_NodeType() method

Returns the type of the current node.

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

Return Value

For XmlSignificantWhitespace nodes, this method returns XmlNodeType::SignificantWhitespace.

See Also