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.

또 보기