System::Xml::XPath::XPathNavigator::get_IsNode method

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

ReturnValue

Always returns true.

See Also