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

XPathNavigator::IsDescendant method

Determina se lo XPathNavigator specificato è un discendente dello XPathNavigator corrente.

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

ReturnValue

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

Vedi anche