System::Xml::XPath::XPathNavigator::MoveTo method
XPathNavigator::MoveTo method
파생 클래스에서 재정의될 경우, 지정된 XPathNavigator와 동일한 위치로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | SharedPtr<XPathNavigator> | 이동하려는 노드에 위치한 XPathNavigator. |
ReturnValue
true if the XPathNavigator is successful moving to the same position as the specified XPathNavigator; otherwise, false. If false, the position of the XPathNavigator is unchanged.
또 보기
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++