get_IsNode()

XPathNavigator::get_IsNode() method

Returns a value that indicates if the current node represents an XPath node.

bool System::Xml::XPath::XPathNavigator::get_IsNode() override

Return Value

Always returns true.

See Also