System::Xml::XPath::XPathNavigator::IsDescendant 메서드
XPathNavigator::IsDescendant method
지정된 XPathNavigator가 현재 XPathNavigator의 하위 요소인지 여부를 결정합니다.
virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| nav | SharedPtr<XPathNavigator> | 이 XPathNavigator와 비교할 XPathNavigator. |
ReturnValue
true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.
또 보기
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++