System::Xml::XPath::XPathNavigator::IsDescendant メソッド

XPathNavigator::IsDescendant method

指定された XPathNavigator が現在の XPathNavigator の子孫であるかどうかを判定します。

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
パラメーター説明
navSharedPtr<XPathNavigator>この XPathNavigator と比較するための XPathNavigator

ReturnValue

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

参照