System::Xml::XPath::XPathNavigator::IsDescendant metodo

XPathNavigator::IsDescendant method

Determina se il XPathNavigator specificato è un discendente del XPathNavigator corrente.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParametroTipoDescrizione
navSharedPtr<XPathNavigator>Il XPathNavigator da confrontare con questo XPathNavigator.

ReturnValue

true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.

Vedi anche